Home
last modified time | relevance | path

Searched refs:T32_4NT (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c55 #define T32_4NT 128 macro
740 while(nbr_id_from_bl < ((T32_4NT) + 1)) in ihevc_intra_pred_luma_ref_substitution_a9q()
747 if(nbr_id_from_bl == (T32_4NT / 2)) in ihevc_intra_pred_luma_ref_substitution_a9q()
766 nbr_id_from_bl += (nbr_id_from_bl == (T32_4NT / 2)) ? 1 : 8; in ihevc_intra_pred_luma_ref_substitution_a9q()
Dihevc_intra_pred_filters_neon_intr.c61 #define T32_4NT 128 macro
392 while(nbr_id_from_bl < ((T32_4NT)+1)) in ihevc_intra_pred_luma_ref_substitution_neonintr()
399 if(nbr_id_from_bl == (T32_4NT / 2)) in ihevc_intra_pred_luma_ref_substitution_neonintr()
418 nbr_id_from_bl += (nbr_id_from_bl == (T32_4NT / 2)) ? 1 : 8; in ihevc_intra_pred_luma_ref_substitution_neonintr()
/external/libhevc/common/
Dihevc_intra_pred_filters.c70 #define T32_4NT 128 macro
543 while(nbr_id_from_bl < ((T32_4NT)+1)) in ihevc_intra_pred_luma_ref_substitution()
550 if(nbr_id_from_bl == (T32_4NT / 2)) in ihevc_intra_pred_luma_ref_substitution()
569 nbr_id_from_bl += (nbr_id_from_bl == (T32_4NT / 2)) ? 1 : 8; in ihevc_intra_pred_luma_ref_substitution()
Dihevc_chroma_intra_pred_filters.c80 #define T32_4NT 128 macro
/external/libhevc/common/x86/
Dihevc_chroma_intra_pred_filters_sse42_intr.c67 #define T32_4NT 128 macro
Dihevc_intra_pred_filters_ssse3_intr.c71 #define T32_4NT 128 macro
343 while(nbr_id_from_bl < ((T32_4NT) + 1)) in ihevc_intra_pred_luma_ref_substitution_ssse3()
350 if(nbr_id_from_bl == (T32_4NT / 2)) in ihevc_intra_pred_luma_ref_substitution_ssse3()
369 nbr_id_from_bl += (nbr_id_from_bl == (T32_4NT / 2)) ? 1 : 8; in ihevc_intra_pred_luma_ref_substitution_ssse3()
Dihevc_chroma_intra_pred_filters_ssse3_intr.c86 #define T32_4NT 128 macro
Dihevc_intra_pred_filters_sse42_intr.c68 #define T32_4NT 128 macro