Home
last modified time | relevance | path

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

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c120 WORD32 a_nbr_flag[5]; in ihevc_intra_pred_chroma_ref_substitution_a9q() local
198 a_nbr_flag[0] = bot_left; in ihevc_intra_pred_chroma_ref_substitution_a9q()
199 a_nbr_flag[1] = left; in ihevc_intra_pred_chroma_ref_substitution_a9q()
200 a_nbr_flag[2] = tp_left; in ihevc_intra_pred_chroma_ref_substitution_a9q()
201 a_nbr_flag[3] = top; in ihevc_intra_pred_chroma_ref_substitution_a9q()
202 a_nbr_flag[4] = tp_right; in ihevc_intra_pred_chroma_ref_substitution_a9q()
208 while(!a_nbr_flag[next]) in ihevc_intra_pred_chroma_ref_substitution_a9q()
498 WORD32 a_nbr_flag[5]; in ihevc_intra_pred_luma_ref_substitution_a9q() local
499 a_nbr_flag[0] = bot_left; in ihevc_intra_pred_luma_ref_substitution_a9q()
500 a_nbr_flag[1] = left; in ihevc_intra_pred_luma_ref_substitution_a9q()
[all …]
Dihevc_intra_pred_filters_neon_intr.c185 WORD32 a_nbr_flag[5] = { bot_left, left, tp_left, top, tp_right }; in ihevc_intra_pred_luma_ref_substitution_neonintr() local
188 while(!a_nbr_flag[next]) in ihevc_intra_pred_luma_ref_substitution_neonintr()
/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c151 WORD32 a_nbr_flag[5]; in ihevc_intra_pred_chroma_ref_substitution() local
229 a_nbr_flag[0] = bot_left; in ihevc_intra_pred_chroma_ref_substitution()
230 a_nbr_flag[1] = left; in ihevc_intra_pred_chroma_ref_substitution()
231 a_nbr_flag[2] = tp_left; in ihevc_intra_pred_chroma_ref_substitution()
232 a_nbr_flag[3] = top; in ihevc_intra_pred_chroma_ref_substitution()
233 a_nbr_flag[4] = tp_right; in ihevc_intra_pred_chroma_ref_substitution()
239 while(!a_nbr_flag[next]) in ihevc_intra_pred_chroma_ref_substitution()
Dihevc_intra_pred_filters.c301 WORD32 a_nbr_flag[5]; in ihevc_intra_pred_luma_ref_substitution() local
302 a_nbr_flag[0] = bot_left; in ihevc_intra_pred_luma_ref_substitution()
303 a_nbr_flag[1] = left; in ihevc_intra_pred_luma_ref_substitution()
304 a_nbr_flag[2] = tp_left; in ihevc_intra_pred_luma_ref_substitution()
305 a_nbr_flag[3] = top; in ihevc_intra_pred_luma_ref_substitution()
306 a_nbr_flag[4] = tp_right; in ihevc_intra_pred_luma_ref_substitution()
309 while(!a_nbr_flag[next]) in ihevc_intra_pred_luma_ref_substitution()
/external/libhevc/common/x86/
Dihevc_intra_pred_filters_ssse3_intr.c194 WORD32 a_nbr_flag[5] = { bot_left, left, tp_left, top, tp_right }; in ihevc_intra_pred_luma_ref_substitution_ssse3() local
197 while(!a_nbr_flag[next]) in ihevc_intra_pred_luma_ref_substitution_ssse3()