Searched defs:num_4x4_blocks_high (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c428 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
429 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
466 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
468 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
529 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[m->mbmi.sb_type]; local
530 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
H A Dvp9_encodeframe.c744 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
756 l + num_4x4_blocks_high * p,
757 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
774 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
786 l + num_4x4_blocks_high * p,
789 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
1010 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1012 int mh = num_4x4_blocks_high / 2;
2377 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
2378 for (idy = 0; idy < 2; idy += num_4x4_blocks_high)
[all...]
H A Dvp9_rdopt.c1040 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1070 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
1128 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
1139 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
1159 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1174 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
1199 for (j = 1; j < num_4x4_blocks_high; ++j)
1478 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
1530 for (idy = 0; idy < num_4x4_blocks_high; ++idy)
1690 const int num_4x4_blocks_high local
[all...]

Completed in 297 milliseconds