Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c645 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra4x4block() local
674 for (idy = 0; idy < num_4x4_blocks_high; ++idy) { in rd_pick_intra4x4block()
731 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) in rd_pick_intra4x4block()
742 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) in rd_pick_intra4x4block()
760 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_intra_sub_8x8_y_mode() local
773 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) { in rd_pick_intra_sub_8x8_y_mode()
798 for (j = 1; j < num_4x4_blocks_high; ++j) in rd_pick_intra_sub_8x8_y_mode()
1034 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type]; in set_and_cost_bmi_mvs() local
1069 for (idy = 0; idy < num_4x4_blocks_high; ++idy) in set_and_cost_bmi_mvs()
1285 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in rd_pick_best_sub8x8_mode() local
[all …]
Dvp9_encodeframe.c848 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in restore_context() local
860 l + num_4x4_blocks_high * p, in restore_context()
861 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >> in restore_context()
879 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; in save_context() local
891 l + num_4x4_blocks_high * p, in save_context()
894 (sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high) >> in save_context()