Home
last modified time | relevance | path

Searched refs:num_4x4_blocks_high (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c1065 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra4x4block() local
1094 for (idy = 0; idy < num_4x4_blocks_high; ++idy) { in rd_pick_intra4x4block()
1151 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) in rd_pick_intra4x4block()
1162 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) in rd_pick_intra4x4block()
1180 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra_sub_8x8_y_mode() local
1193 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) { in rd_pick_intra_sub_8x8_y_mode()
1218 for (j = 1; j < num_4x4_blocks_high; ++j) in rd_pick_intra_sub_8x8_y_mode()
1485 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; in labels2mode() local
1526 for (idy = 0; idy < num_4x4_blocks_high; ++idy) in labels2mode()
1732 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_check_segment_txsize() local
[all …]
Dvp9_encodeframe.c1167 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in restore_context() local
1179 l + num_4x4_blocks_high * p, in restore_context()
1180 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >> in restore_context()
1197 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in save_context() local
1209 l + num_4x4_blocks_high * p, in save_context()
1212 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >> in save_context()