Searched refs:bot_left (Results 1 – 6 of 6) 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 145 bot_left = (nbr_flags & 0x0000f); in ihevc_intra_pred_chroma_ref_substitution_a9q() 165 if(0 != bot_left) in ihevc_intra_pred_chroma_ref_substitution_a9q() 192 bot_left = (nbr_flags & 0x8) >> 3; in ihevc_intra_pred_chroma_ref_substitution_a9q() 198 a_nbr_flag[0] = bot_left; in ihevc_intra_pred_chroma_ref_substitution_a9q() 205 if(bot_left == 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 442 bot_left = (nbr_flags & 0x8) >> 3; in ihevc_intra_pred_luma_ref_substitution_a9q() 465 if(bot_left) in ihevc_intra_pred_luma_ref_substitution_a9q() 496 if(bot_left == 0) 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 175 bot_left = nbr_flags & 0x1; in ihevc_intra_pred_luma_ref_substitution_neonintr() 183 if(bot_left == 0) 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()
|
/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 176 bot_left = (nbr_flags & 0x0000f); in ihevc_intra_pred_chroma_ref_substitution() 196 if(0 != bot_left) in ihevc_intra_pred_chroma_ref_substitution() 223 bot_left = (nbr_flags & 0x8) >> 3; in ihevc_intra_pred_chroma_ref_substitution() 229 a_nbr_flag[0] = bot_left; in ihevc_intra_pred_chroma_ref_substitution() 236 if(bot_left == 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 245 bot_left = (nbr_flags & 0x8) >> 3; in ihevc_intra_pred_luma_ref_substitution() 268 if(bot_left) in ihevc_intra_pred_luma_ref_substitution() 299 if(bot_left == 0) in ihevc_intra_pred_luma_ref_substitution() 302 a_nbr_flag[0] = bot_left; in ihevc_intra_pred_luma_ref_substitution()
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 354 UWORD8 top_right, top, top_left, left, bot_left; in ihevcd_get_intra_nbr_flag() local 386 bot_left = 0; in ihevcd_get_intra_nbr_flag() 408 bot_left |= ((*(pu1_nbr_intra_flag + i * numbytes_row) in ihevcd_get_intra_nbr_flag() 411 bot_left &= num_8_blks_in_bits; in ihevcd_get_intra_nbr_flag() 484 bot_left = 0xF; in ihevcd_get_intra_nbr_flag() 511 bot_left &= ctb_size_bot_bits; in ihevcd_get_intra_nbr_flag() 523 | gau4_ihevcd_4_bit_reverse[bot_left]; in ihevcd_get_intra_nbr_flag()
|
/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 184 bot_left = (nbr_flags & 0x8) >> 3; in ihevc_intra_pred_luma_ref_substitution_ssse3() 192 if(bot_left == 0) 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()
|