Home
last modified time | relevance | path

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

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c119 WORD32 idx, nbr_id_from_bl, frwd_nbr_flag; in ihevc_intra_pred_chroma_ref_substitution_a9q() local
299 frwd_nbr_flag = (nbr_id_from_bl >> 2); /*+ (nbr_id_from_bl & 0x1);*/ 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()
366 frwd_nbr_flag = (nbr_id_from_bl >> 2); /*+ (nbr_id_from_bl & 0x1);*/ in ihevc_intra_pred_chroma_ref_substitution_a9q()
381 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution_a9q()
417 WORD32 idx, nbr_id_from_bl, frwd_nbr_flag; in ihevc_intra_pred_luma_ref_substitution_a9q() local
637 frwd_nbr_flag = (nbr_id_from_bl >> 3); /*+ (nbr_id_from_bl & 0x1);*/ in ihevc_intra_pred_luma_ref_substitution_a9q()
650 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_a9q()
744 frwd_nbr_flag = (nbr_id_from_bl >> 3); /*+ (nbr_id_from_bl & 0x1);*/ in ihevc_intra_pred_luma_ref_substitution_a9q()
756 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_a9q()
Dihevc_intra_pred_filters_neon_intr.c134 WORD32 idx, nbr_id_from_bl, frwd_nbr_flag; in ihevc_intra_pred_luma_ref_substitution_neonintr() local
336 frwd_nbr_flag = (nbr_id_from_bl >> 3); /*+ (nbr_id_from_bl & 0x1);*/ 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()
396 frwd_nbr_flag = (nbr_id_from_bl >> 3); /*+ (nbr_id_from_bl & 0x1);*/ in ihevc_intra_pred_luma_ref_substitution_neonintr()
408 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_neonintr()
/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c150 WORD32 idx, nbr_id_from_bl, frwd_nbr_flag; in ihevc_intra_pred_chroma_ref_substitution() local
330 frwd_nbr_flag = (nbr_id_from_bl >> 2); /*+ (nbr_id_from_bl & 0x1);*/ 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()
397 frwd_nbr_flag = (nbr_id_from_bl >> 2); /*+ (nbr_id_from_bl & 0x1);*/ in ihevc_intra_pred_chroma_ref_substitution()
412 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_chroma_ref_substitution()
Dihevc_intra_pred_filters.c220 WORD32 idx, nbr_id_from_bl, frwd_nbr_flag; in ihevc_intra_pred_luma_ref_substitution() local
440 frwd_nbr_flag = (nbr_id_from_bl >> 3); /*+ (nbr_id_from_bl & 0x1);*/ 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()
547 frwd_nbr_flag = (nbr_id_from_bl >> 3); /*+ (nbr_id_from_bl & 0x1);*/ in ihevc_intra_pred_luma_ref_substitution()
559 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution()
/external/libhevc/common/x86/
Dihevc_intra_pred_filters_ssse3_intr.c152 WORD32 idx, nbr_id_from_bl, frwd_nbr_flag; in ihevc_intra_pred_luma_ref_substitution_ssse3() local
285 frwd_nbr_flag = (nbr_id_from_bl >> 3); /*+ (nbr_id_from_bl & 0x1);*/ 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()
347 frwd_nbr_flag = (nbr_id_from_bl >> 3); /*+ (nbr_id_from_bl & 0x1);*/ in ihevc_intra_pred_luma_ref_substitution_ssse3()
359 get_bits = GET_BITS(nbr_flags, frwd_nbr_flag); in ihevc_intra_pred_luma_ref_substitution_ssse3()