/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.c | 319 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type]; local 322 for (idy = 0; idy < 2; idy += num_4x4_h) {
|
vp9_encodemb.c | 333 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local 339 num_4x4_w, num_4x4_h);
|
vp9_onyx_if.c | 1491 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local 1529 const int num_4x4_h = num_4x4_blocks_high_lookup[i]; local [all...] |
vp9_rdopt.c | 633 int num_4x4_w, int num_4x4_h) { 638 vpx_memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h); 643 for (i = 0; i < num_4x4_h; i += 2) 649 for (i = 0; i < num_4x4_h; i += 4) 655 for (i = 0; i < num_4x4_h; i += 8) 664 const int num_4x4_w, const int num_4x4_h, 671 arg->bh = num_4x4_h; 685 const int num_4x4_h = num_4x4_blocks_high_lookup[bs]; local 687 init_rdcost_stack(x, tx_size, num_4x4_w, num_4x4_h, 694 num_4x4_w, num_4x4_h); [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 185 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 local 188 for (idy = 0; idy < 2; idy += num_4x4_h) { 196 if (num_4x4_h == 2) 341 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 local 344 for (idy = 0; idy < 2; idy += num_4x4_h) { 349 if (num_4x4_h == 2) 480 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2 local 483 for (idy = 0; idy < 2; idy += num_4x4_h) { 511 if (num_4x4_h == 2)
|