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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c849 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
861 l + num_4x4_blocks_high * p,
862 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
880 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
892 l + num_4x4_blocks_high * p,
895 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
H A Dvp9_rdopt.c659 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
688 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
745 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
756 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
774 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
787 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
812 for (j = 1; j < num_4x4_blocks_high; ++j)
1048 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
1083 for (idy = 0; idy < num_4x4_blocks_high; ++idy)
1297 const int num_4x4_blocks_high local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1150 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1162 l + num_4x4_blocks_high * p,
1163 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
1180 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1192 l + num_4x4_blocks_high * p,
1195 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
H A Dvp9_rdopt.c1065 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1094 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
1151 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
1162 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
1180 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1193 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
1218 for (j = 1; j < num_4x4_blocks_high; ++j)
1485 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
1526 for (idy = 0; idy < num_4x4_blocks_high; ++idy)
1732 const int num_4x4_blocks_high local
[all...]

Completed in 2116 milliseconds