Searched refs:nbr_flags_temp (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 258 WORD32 nbr_flags_temp = 0; in ihevc_intra_pred_chroma_ref_substitution_a9q() local 259 nbr_flags_temp = ((nbr_flags & 0xC) >> 2) + ((nbr_flags & 0xC0) >> 4) in ihevc_intra_pred_chroma_ref_substitution_a9q() 267 … nbr_id_from_bl = look_up_trailing_zeros(nbr_flags_temp & 0XF) * 4; /* for bottom left and left */ in ihevc_intra_pred_chroma_ref_substitution_a9q() 273 if(!((nbr_flags_temp >> 8) & 0x1)) in ihevc_intra_pred_chroma_ref_substitution_a9q() 276 …nbr_id_from_bl += look_up_trailing_zeros((nbr_flags_temp >> 4) & 0xF) * 4; /* top and top right; … in ihevc_intra_pred_chroma_ref_substitution_a9q() 304 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_chroma_ref_substitution_a9q() 315 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution_a9q() 552 WORD32 nbr_flags_temp = 0; in ihevc_intra_pred_luma_ref_substitution_a9q() local 553 nbr_flags_temp = ((nbr_flags & 0xC) >> 2) + ((nbr_flags & 0xC0) >> 4) in ihevc_intra_pred_luma_ref_substitution_a9q() 605 … nbr_id_from_bl = look_up_trailing_zeros(nbr_flags_temp & 0XF) * 8; /* for below left and left */ in ihevc_intra_pred_luma_ref_substitution_a9q() [all …]
|
D | ihevc_intra_pred_filters_neon_intr.c | 296 WORD32 nbr_flags_temp = 0; in ihevc_intra_pred_luma_ref_substitution_neonintr() local 297 nbr_flags_temp = (nbr_flags & 0x3) + ((nbr_flags & 0x30) >> 2) in ihevc_intra_pred_luma_ref_substitution_neonintr() 305 … nbr_id_from_bl = look_up_trailing_zeros(nbr_flags_temp & 0XF) * 8; /* for below left and left */ in ihevc_intra_pred_luma_ref_substitution_neonintr() 313 if(!((nbr_flags_temp >> 8) & 0x1)) in ihevc_intra_pred_luma_ref_substitution_neonintr() 316 …nbr_id_from_bl += look_up_trailing_zeros((nbr_flags_temp >> 4) & 0xF) * 8; /* top and top right; … in ihevc_intra_pred_luma_ref_substitution_neonintr() 341 get_bits = GET_BITS(nbr_flags_temp, 8); in ihevc_intra_pred_luma_ref_substitution_neonintr() 349 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_neonintr()
|
/external/libhevc/common/ |
D | ihevc_chroma_intra_pred_filters.c | 289 WORD32 nbr_flags_temp = 0; in ihevc_intra_pred_chroma_ref_substitution() local 290 nbr_flags_temp = ((nbr_flags & 0xC) >> 2) + ((nbr_flags & 0xC0) >> 4) in ihevc_intra_pred_chroma_ref_substitution() 298 … nbr_id_from_bl = look_up_trailing_zeros(nbr_flags_temp & 0XF) * 4; /* for bottom left and left */ in ihevc_intra_pred_chroma_ref_substitution() 304 if(!((nbr_flags_temp >> 8) & 0x1)) in ihevc_intra_pred_chroma_ref_substitution() 307 …nbr_id_from_bl += look_up_trailing_zeros((nbr_flags_temp >> 4) & 0xF) * 4; /* top and top right; … in ihevc_intra_pred_chroma_ref_substitution() 335 get_bits = GET_BIT(nbr_flags_temp, 8); in ihevc_intra_pred_chroma_ref_substitution() 346 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution()
|
D | ihevc_intra_pred_filters.c | 355 WORD32 nbr_flags_temp = 0; in ihevc_intra_pred_luma_ref_substitution() local 356 nbr_flags_temp = ((nbr_flags & 0xC) >> 2) + ((nbr_flags & 0xC0) >> 4) in ihevc_intra_pred_luma_ref_substitution() 408 … nbr_id_from_bl = look_up_trailing_zeros(nbr_flags_temp & 0XF) * 8; /* for below left and left */ in ihevc_intra_pred_luma_ref_substitution() 416 if(!((nbr_flags_temp >> 8) & 0x1)) in ihevc_intra_pred_luma_ref_substitution() 419 …nbr_id_from_bl += look_up_trailing_zeros((nbr_flags_temp >> 4) & 0xF) * 8; /* top and top right; … in ihevc_intra_pred_luma_ref_substitution() 445 get_bits = GET_BITS(nbr_flags_temp, 8); in ihevc_intra_pred_luma_ref_substitution() 453 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution()
|
/external/libhevc/common/x86/ |
D | ihevc_intra_pred_filters_ssse3_intr.c | 244 WORD32 nbr_flags_temp = 0; in ihevc_intra_pred_luma_ref_substitution_ssse3() local 245 nbr_flags_temp = ((nbr_flags & 0xC) >> 2) + ((nbr_flags & 0xC0) >> 4) in ihevc_intra_pred_luma_ref_substitution_ssse3() 253 … nbr_id_from_bl = look_up_trailing_zeros(nbr_flags_temp & 0XF) * 8; /* for below left and left */ in ihevc_intra_pred_luma_ref_substitution_ssse3() 261 if(!((nbr_flags_temp >> 8) & 0x1)) in ihevc_intra_pred_luma_ref_substitution_ssse3() 264 …nbr_id_from_bl += look_up_trailing_zeros((nbr_flags_temp >> 4) & 0xF) * 8; /* top and top right; … in ihevc_intra_pred_luma_ref_substitution_ssse3() 290 get_bits = GET_BITS(nbr_flags_temp, 8); in ihevc_intra_pred_luma_ref_substitution_ssse3() 298 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_ssse3()
|