Searched refs:num_4x4_h (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c48 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
60 num_4x4_h + (xd->mb_to_bottom_edge >= 0
H A Dvp9_reconinter.c218 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
220 const int bh = 4 * num_4x4_h;
225 for (y = 0; y < num_4x4_h; ++y)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.c452 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize]; local
460 memcpy(t_left, left, sizeof(ENTROPY_CONTEXT) * num_4x4_h);
465 for (i = 0; i < num_4x4_h; i += 2)
471 for (i = 0; i < num_4x4_h; i += 4)
477 for (i = 0; i < num_4x4_h; i += 8)
H A Dvp9_encodemv.c258 const int num_4x4_h = num_4x4_blocks_high_lookup[mi->sb_type]; local
261 for (idy = 0; idy < 2; idy += num_4x4_h) {
H A Dvp9_bitstream.c277 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
278 for (idy = 0; idy < 2; idy += num_4x4_h) {
310 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
312 for (idy = 0; idy < 2; idy += num_4x4_h) {
355 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
358 for (idy = 0; idy < 2; idy += num_4x4_h) {
H A Dvp9_pickmode.c649 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
656 num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : xd->mb_to_bottom_edge >> 5);
659 const int bh = 4 * num_4x4_h;
H A Dvp9_encodeframe.c2035 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
2037 for (idy = 0; idy < 2; idy += num_4x4_h) {
5043 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; local
5044 for (idy = 0; idy < 2; idy += num_4x4_h)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c665 const int num_4x4_h = pd->n4_h; local
667 const int n4h_x4 = 4 * num_4x4_h;
670 for (y = 0; y < num_4x4_h; ++y) {
686 const int num_4x4_h = pd->n4_h; local
688 const int n4h_x4 = 4 * num_4x4_h;
781 const int num_4x4_h = pd->n4_h; local
789 num_4x4_h + (xd->mb_to_bottom_edge >= 0
814 const int num_4x4_h = pd->n4_h; local
822 num_4x4_h +
H A Dvp9_decodemv.c746 const int num_4x4_h = 1 << xd->bmode_blocks_hl; local
754 for (idy = 0; idy < 2; idy += num_4x4_h) {
771 if (num_4x4_h == 2) mi->bmi[j + 2] = mi->bmi[j];

Completed in 959 milliseconds