Home
last modified time | relevance | path

Searched refs:VP8D_MAX_SEGMAP_SIZE (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.h44 #define VP8D_MAX_SEGMAP_SIZE (2048 + 1024) //1920*1080 /* TODO */ macro
/rockchip-linux_mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_vdpu1_reg.h29 #define VP8D_MAX_SEGMAP_SIZE (2048 + 1024) macro
H A Dhal_vp8d_vdpu2_reg.h29 #define VP8D_MAX_SEGMAP_SIZE (2048 + 1024) //1920*1080 /* TODO */ macro
H A Dhal_vp8d_vdpu2.c77 ret = mpp_buffer_get(ctx->group, &ctx->seg_map, VP8D_MAX_SEGMAP_SIZE); in hal_vp8d_vdpu2_init()
466 memset(segmap_ptr, 0, VP8D_MAX_SEGMAP_SIZE); in hal_vp8d_vdpu2_gen_regs()
H A Dhal_vp8d_vdpu1.c76 ret = mpp_buffer_get(ctx->group, &ctx->seg_map, VP8D_MAX_SEGMAP_SIZE); in hal_vp8d_vdpu1_init()
472 memset(segmap_ptr, 0, VP8D_MAX_SEGMAP_SIZE); in hal_vp8d_vdpu1_gen_regs()