Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c1268 WORD32 num_4x4_blks_in_ctb = block_wd >> 2; in ihevce_decomp_pre_intra_process_row() local
1269 WORD32 src_inc_pre_intra = num_4x4_blks_in_ctb * 4; in ihevce_decomp_pre_intra_process_row()
1270 WORD32 inc_ctb = num_4x4_blks_in_ctb * num_4x4_blks_in_ctb; in ihevce_decomp_pre_intra_process_row()
1283 for(j = 0; j < num_4x4_blks_in_ctb; j++) in ihevce_decomp_pre_intra_process_row()
1294 for(j = 0; j < num_4x4_blks_in_ctb; j++) in ihevce_decomp_pre_intra_process_row()
1344 (col_block_no == num_col_blks - 1) ? num_4x4_blks_last_ctb_x : num_4x4_blks_in_ctb, in ihevce_decomp_pre_intra_process_row()