Searched refs:alloc_mode_context (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
H A D | vp9_context_tree.c | 21 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk, function 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/2, &tree->horizontal[1]); 75 alloc_mode_context(cm, num_4x4_blk/2, &tree->vertical[1]); 113 alloc_mode_context(cm, 1, &cpi->leaf_tree[i]);
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_onyx_if.c | 995 static void alloc_mode_context(VP9_COMMON *cm, int num_4x4_blk, function 1053 alloc_mode_context(cm, num_4x4_blk, ctx); 1062 alloc_mode_context(cm, num_4x4_blk, ctx); 1069 alloc_mode_context(cm, num_4x4_blk, ctx); 1074 alloc_mode_context(cm, num_4x4_blk, ctx);
|
Completed in 109 milliseconds