Searched refs:num_4x4_blk (Results 1 - 8 of 8) sorted by last modified time

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h45 int num_4x4_blk; member in struct:__anon24933
H A Dvp9_encodeframe.c903 sizeof(uint8_t) * ctx->num_4x4_blk);
2501 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
2504 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index)
H A Dvp9_onyx_if.c995 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk, argument
997 int num_pix = num_4x4_blk << 4;
999 ctx->num_4x4_blk = num_4x4_blk;
1002 vpx_calloc(num_4x4_blk, sizeof(uint8_t)));
1047 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
1051 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index) {
1053 alloc_mode_context(cm, num_4x4_blk, ctx);
1059 for (x->mb_index = 0; x->mb_index < 64 / num_4x4_blk; ++x->mb_index) {
1061 ctx->num_4x4_blk
1085 const int num_4x4_blk = MAX(4, num_4x4_w * num_4x4_h); local
[all...]
H A Dvp9_rdopt.c3563 sizeof(uint8_t) * ctx->num_4x4_blk);
4271 sizeof(uint8_t) * ctx->num_4x4_blk);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.c21 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk, argument
23 const int num_blk = (num_4x4_blk < 4 ? 4 : num_4x4_blk);
26 ctx->num_4x4_blk = num_blk;
29 vpx_calloc(num_4x4_blk, sizeof(uint8_t)));
67 int num_4x4_blk) {
68 alloc_mode_context(cm, num_4x4_blk, &tree->none);
69 alloc_mode_context(cm, num_4x4_blk/2, &tree->horizontal[0]);
70 alloc_mode_context(cm, num_4x4_blk/2, &tree->vertical[0]);
74 alloc_mode_context(cm, num_4x4_blk/
66 alloc_tree_contexts(VP9_COMMON *cm, PC_TREE *tree, int num_4x4_blk) argument
[all...]
H A Dvp9_context_tree.h34 int num_4x4_blk; member in struct:__anon13153
H A Dvp9_encodeframe.c591 sizeof(uint8_t) * ctx->num_4x4_blk);
H A Dvp9_rdopt.c3017 sizeof(uint8_t) * ctx->num_4x4_blk);
3751 sizeof(uint8_t) * ctx->num_4x4_blk);

Completed in 814 milliseconds