Searched refs:num_4x4_blk (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1038 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk, argument
1040 int num_pix = num_4x4_blk << 4;
1042 ctx->num_4x4_blk = num_4x4_blk;
1045 vpx_calloc(num_4x4_blk, sizeof(uint8_t)));
1090 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
1094 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index) {
1096 alloc_mode_context(cm, num_4x4_blk, ctx);
1102 for (x->mb_index = 0; x->mb_index < 64 / num_4x4_blk; ++x->mb_index) {
1104 ctx->num_4x4_blk
1128 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
[all...]
H A Dvp9_block.h45 int num_4x4_blk; member in struct:__anon1141
H A Dvp9_encodeframe.c919 sizeof(uint8_t) * ctx->num_4x4_blk);
2335 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
2338 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index)
H A Dvp9_rdopt.c3563 sizeof(uint8_t) * ctx->num_4x4_blk);
4271 sizeof(uint8_t) * ctx->num_4x4_blk);

Completed in 62 milliseconds