Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c131 WORD32 num_4x4_blks_x,
952 WORD32 num_4x4_blks_x, in ihevce_ed_calc_incomplete_ctb() argument
1043 for(i = 0; i < num_4x4_blks_x; i++) in ihevce_ed_calc_incomplete_ctb()
1054 for(j = 0; j < num_4x4_blks_x / 2; j++) in ihevce_ed_calc_incomplete_ctb()
1106 left_over_4x4_blks = (num_4x4_blks_x - (2 * (num_4x4_blks_x / 2))); in ihevce_ed_calc_incomplete_ctb()
1198 for(j = 0; j < num_4x4_blks_x; j++) in ihevce_ed_calc_incomplete_ctb()
1385 WORD32 num_4x4_blks_x, in ihevce_ed_calc_ctb() argument
1412 ASSERT(num_4x4_blks_x % 2 == 0); in ihevce_ed_calc_ctb()
1414 ASSERT((num_4x4_blks_x == 4) || (num_4x4_blks_x == 8)); in ihevce_ed_calc_ctb()
1462 for(i = 0; i < num_4x4_blks_x; i++) in ihevce_ed_calc_ctb()
[all …]