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.c1898 WORD32 *nbr_flags_ptr = &ps_ed_ctxt->ai4_nbr_flags[0]; in ihevce_decomp_pre_intra_process_row()
1983 ps_ed_ctxt->ai4_nbr_flags, in ihevce_decomp_pre_intra_process_row()
1992 SET_L_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j * 8]); in ihevce_decomp_pre_intra_process_row()
1993 SET_BL_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j * 8]); in ihevce_decomp_pre_intra_process_row()
1994 SET_TL_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j * 8]); in ihevce_decomp_pre_intra_process_row()
2003 SET_T_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j]); in ihevce_decomp_pre_intra_process_row()
2004 SET_TR_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j]); in ihevce_decomp_pre_intra_process_row()
2005 SET_TL_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j]); in ihevce_decomp_pre_intra_process_row()
2014 SET_BL_UNAVAILABLE(ps_ed_ctxt->ai4_nbr_flags[(num_4x4_blks_ctb_y - 1) * 8 + j]); in ihevce_decomp_pre_intra_process_row()
2044 SET_L_AVAILABLE(ps_ed_ctxt->ai4_nbr_flags[j * 8]); in ihevce_decomp_pre_intra_process_row()
[all …]
Dihevce_decomp_pre_intra_structs.h140 WORD32 ai4_nbr_flags[64]; member