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.c1896 WORD32 num_4x4_blks_in_ctb = block_wd >> 2; in ihevce_decomp_pre_intra_process_row() local
1899 WORD32 src_inc_pre_intra = num_4x4_blks_in_ctb * 4; in ihevce_decomp_pre_intra_process_row()
1917 if(num_4x4_blks_in_ctb == num_4x4_blks_ctb_y) in ihevce_decomp_pre_intra_process_row()
1926 inc_ctb = num_4x4_blks_in_ctb * num_4x4_blks_in_ctb; in ihevce_decomp_pre_intra_process_row()
2001 for(j = 0; j < num_4x4_blks_in_ctb; j++) in ihevce_decomp_pre_intra_process_row()
2012 for(j = 0; j < num_4x4_blks_in_ctb; j++) in ihevce_decomp_pre_intra_process_row()
2025 num_4x4_blks_in_ctb, in ihevce_decomp_pre_intra_process_row()
2095 num_4x4_blks_in_ctb, in ihevce_decomp_pre_intra_process_row()
2146 (num_4x4_blks_in_ctb == num_4x4_blks_last_ctb_x)) in ihevce_decomp_pre_intra_process_row()
2149 SET_TR_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[num_4x4_blks_in_ctb - 1]); in ihevce_decomp_pre_intra_process_row()
[all …]