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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c755 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
787 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
850 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) {
862 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) {
891 for (idy = 0; idy < num_4x4_blocks_high; ++idy) {
947 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
958 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy)
976 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
989 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
1014 for (j = 1; j < num_4x4_blocks_high;
1242 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; local
1716 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
[all...]
H A Dvp9_pickmode.c1672 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1735 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
1843 4 * num_4x4_blocks_high, 0,
1855 4 * num_4x4_blocks_high, 0,
1887 if (num_4x4_blocks_high > 1)
1900 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) {
1906 if (num_4x4_blocks_high > 1)
H A Dvp9_encodeframe.c1346 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1358 l + num_4x4_blocks_high * p,
1359 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>
1376 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; local
1388 l + num_4x4_blocks_high * p,
1391 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >>

Completed in 56 milliseconds