Searched refs:tp_right (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 118 WORD32 bot_left, left, top, tp_right, tp_left; in ihevc_intra_pred_chroma_ref_substitution_a9q() local 142 tp_right = (nbr_flags & 0x0f000); in ihevc_intra_pred_chroma_ref_substitution_a9q() 182 if(0 != tp_right) in ihevc_intra_pred_chroma_ref_substitution_a9q() 195 tp_right = (nbr_flags & 0x1000) >> 12; in ihevc_intra_pred_chroma_ref_substitution_a9q() 202 a_nbr_flag[4] = tp_right; in ihevc_intra_pred_chroma_ref_substitution_a9q() 248 if(tp_right == 0) in ihevc_intra_pred_chroma_ref_substitution_a9q() 415 WORD32 bot_left, left, top, tp_right, tp_left; in ihevc_intra_pred_luma_ref_substitution_a9q() local 445 tp_right = (nbr_flags & 0x1000) >> 12; in ihevc_intra_pred_luma_ref_substitution_a9q() 485 if(tp_right) in ihevc_intra_pred_luma_ref_substitution_a9q() 503 a_nbr_flag[4] = tp_right; in ihevc_intra_pred_luma_ref_substitution_a9q() [all …]
|
D | ihevc_intra_pred_filters_neon_intr.c | 133 WORD32 bot_left, left, top, tp_right, tp_left; in ihevc_intra_pred_luma_ref_substitution_neonintr() local 178 tp_right = (nbr_flags & 0x1000) >> 12; in ihevc_intra_pred_luma_ref_substitution_neonintr() 185 WORD32 a_nbr_flag[5] = { bot_left, left, tp_left, top, tp_right }; in ihevc_intra_pred_luma_ref_substitution_neonintr() 267 if(tp_right == 0) in ihevc_intra_pred_luma_ref_substitution_neonintr()
|
/external/libhevc/common/ |
D | ihevc_chroma_intra_pred_filters.c | 149 WORD32 bot_left, left, top, tp_right, tp_left; in ihevc_intra_pred_chroma_ref_substitution() local 173 tp_right = (nbr_flags & 0x0f000); in ihevc_intra_pred_chroma_ref_substitution() 213 if(0 != tp_right) in ihevc_intra_pred_chroma_ref_substitution() 226 tp_right = (nbr_flags & 0x1000) >> 12; in ihevc_intra_pred_chroma_ref_substitution() 233 a_nbr_flag[4] = tp_right; in ihevc_intra_pred_chroma_ref_substitution() 279 if(tp_right == 0) in ihevc_intra_pred_chroma_ref_substitution()
|
D | ihevc_intra_pred_filters.c | 218 WORD32 bot_left, left, top, tp_right, tp_left; in ihevc_intra_pred_luma_ref_substitution() local 248 tp_right = (nbr_flags & 0x1000) >> 12; in ihevc_intra_pred_luma_ref_substitution() 288 if(tp_right) in ihevc_intra_pred_luma_ref_substitution() 306 a_nbr_flag[4] = tp_right; in ihevc_intra_pred_luma_ref_substitution() 346 if(tp_right == 0) in ihevc_intra_pred_luma_ref_substitution()
|
/external/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_ssse3_intr.c | 150 WORD32 bot_left, left, top, tp_right, tp_left; in ihevc_intra_pred_luma_ref_substitution_ssse3() local 187 tp_right = (nbr_flags & 0x1000) >> 12; in ihevc_intra_pred_luma_ref_substitution_ssse3() 194 WORD32 a_nbr_flag[5] = { bot_left, left, tp_left, top, tp_right }; in ihevc_intra_pred_luma_ref_substitution_ssse3() 235 if(tp_right == 0) in ihevc_intra_pred_luma_ref_substitution_ssse3()
|