Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c1266 WORD32 *nbr_flags_ptr = &ps_ed_ctxt->ai4_nbr_flags[0]; in ihevce_decomp_pre_intra_process_row()
1276 ps_ed_ctxt->ai4_nbr_flags, in ihevce_decomp_pre_intra_process_row()
1285 SET_T_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j]); in ihevce_decomp_pre_intra_process_row()
1286 SET_TR_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j]); in ihevce_decomp_pre_intra_process_row()
1287 SET_TL_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j]); in ihevce_decomp_pre_intra_process_row()
1296 SET_BL_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[(num_4x4_blks_ctb_y - 1) * 8 + j]); in ihevce_decomp_pre_intra_process_row()
1303 SET_L_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j * 8]); in ihevce_decomp_pre_intra_process_row()
1304 SET_BL_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j * 8]); in ihevce_decomp_pre_intra_process_row()
1305 SET_TL_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j * 8]); in ihevce_decomp_pre_intra_process_row()
1315 SET_L_AVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j * 8]); in ihevce_decomp_pre_intra_process_row()
[all …]
Dihevce_decomp_pre_intra_structs.h124 WORD32 ai4_nbr_flags[64]; member