Home
last modified time | relevance | path

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

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c56 #define T16_4NT 64 macro
633 while(nbr_id_from_bl < ((T16_4NT) + 1)) in ihevc_intra_pred_luma_ref_substitution_a9q()
640 if(nbr_id_from_bl == (T16_4NT / 2)) in ihevc_intra_pred_luma_ref_substitution_a9q()
661 nbr_id_from_bl += (nbr_id_from_bl == (T16_4NT / 2)) ? 1 : 8; in ihevc_intra_pred_luma_ref_substitution_a9q()
Dihevc_intra_pred_filters_neon_intr.c62 #define T16_4NT 64 macro
332 while(nbr_id_from_bl < ((T16_4NT) + 1)) in ihevc_intra_pred_luma_ref_substitution_neonintr()
339 if(nbr_id_from_bl == (T16_4NT / 2)) in ihevc_intra_pred_luma_ref_substitution_neonintr()
359 nbr_id_from_bl += (nbr_id_from_bl == (T16_4NT / 2)) ? 1 : 8; in ihevc_intra_pred_luma_ref_substitution_neonintr()
/external/libhevc/common/
Dihevc_intra_pred_filters.c71 #define T16_4NT 64 macro
436 while(nbr_id_from_bl < ((T16_4NT)+1)) in ihevc_intra_pred_luma_ref_substitution()
443 if(nbr_id_from_bl == (T16_4NT / 2)) in ihevc_intra_pred_luma_ref_substitution()
464 nbr_id_from_bl += (nbr_id_from_bl == (T16_4NT / 2)) ? 1 : 8; in ihevc_intra_pred_luma_ref_substitution()
Dihevc_chroma_intra_pred_filters.c81 #define T16_4NT 64 macro
/external/libhevc/common/x86/
Dihevc_chroma_intra_pred_filters_sse42_intr.c68 #define T16_4NT 64 macro
Dihevc_intra_pred_filters_ssse3_intr.c72 #define T16_4NT 64 macro
281 while(nbr_id_from_bl < ((T16_4NT) + 1)) in ihevc_intra_pred_luma_ref_substitution_ssse3()
288 if(nbr_id_from_bl == (T16_4NT / 2)) in ihevc_intra_pred_luma_ref_substitution_ssse3()
308 nbr_id_from_bl += (nbr_id_from_bl == (T16_4NT / 2)) ? 1 : 8; in ihevc_intra_pred_luma_ref_substitution_ssse3()
Dihevc_chroma_intra_pred_filters_ssse3_intr.c87 #define T16_4NT 64 macro
Dihevc_intra_pred_filters_sse42_intr.c69 #define T16_4NT 64 macro