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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c784 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
816 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
879 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) {
891 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) {
920 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
981 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
992 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
1010 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1023 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
1048 for (j = 1; j < num_4x4_blocks_high;
1276 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
1747 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
[all...]
H A Dvp9_pickmode.c1693 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1756 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
1864 4 * num_4x4_blocks_high, 0,
1876 4 * num_4x4_blocks_high, 0,
1908 if (num_4x4_blocks_high > 1)
1921 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
1927 if (num_4x4_blocks_high > 1)
H A Dvp9_encodeframe.c1347 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1359 l + num_4x4_blocks_high * p,
1360 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
1377 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1389 l + num_4x4_blocks_high * p,
1392 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>

Completed in 49 milliseconds