/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.h | 59 int num_4x4_w, int num_4x4_h);
|
vp9_encodemv.c | 318 const int num_4x4_w = num_4x4_blocks_wide_lookup[mbmi->sb_type]; local 323 for (idx = 0; idx < 2; idx += num_4x4_w) {
|
vp9_encodemb.c | 332 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; local 339 num_4x4_w, num_4x4_h);
|
vp9_rdopt.c | 633 int num_4x4_w, int num_4x4_h) { 637 vpx_memcpy(t_above, above, sizeof(ENTROPY_CONTEXT) * num_4x4_w); 641 for (i = 0; i < num_4x4_w; i += 2) 647 for (i = 0; i < num_4x4_w; i += 4) 653 for (i = 0; i < num_4x4_w; i += 8) 664 const int num_4x4_w, const int num_4x4_h, 670 arg->bw = num_4x4_w; 684 const int num_4x4_w = num_4x4_blocks_wide_lookup[bs]; local 687 init_rdcost_stack(x, tx_size, num_4x4_w, num_4x4_h, 694 num_4x4_w, num_4x4_h) [all...] |
vp9_onyx_if.c | 1490 const int num_4x4_w = num_4x4_blocks_wide_lookup[i]; local 1528 const int num_4x4_w = num_4x4_blocks_wide_lookup[i]; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 315 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; 326 int max_blocks_wide = num_4x4_w; 342 for (c = 0; c < num_4x4_w; c += (1 << tx_size)) { 349 for (i = 0; i < num_4x4_w * num_4x4_h; i += step)
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 184 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; // 1 or 2 local 189 for (idx = 0; idx < 2; idx += num_4x4_w) { 198 if (num_4x4_w == 2) 340 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; // 1 or 2 local 345 for (idx = 0; idx < 2; idx += num_4x4_w) { 351 if (num_4x4_w == 2) 479 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; // 1 or 2 local 484 for (idx = 0; idx < 2; idx += num_4x4_w) { 513 if (num_4x4_w == 2)
|