Home
last modified time | relevance | path

Searched refs:T8C_4NT (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/common/arm/
Dihevc_intra_ref_substitution_a9q.c58 #define T8C_4NT 32 macro
295 while(nbr_id_from_bl < ((T8C_4NT)+1)) in ihevc_intra_pred_chroma_ref_substitution_a9q()
302 if(nbr_id_from_bl == (T8C_4NT / 2)) in ihevc_intra_pred_chroma_ref_substitution_a9q()
325 nbr_id_from_bl += (nbr_id_from_bl == (T8C_4NT / 2)) ? 1 : 4; in ihevc_intra_pred_chroma_ref_substitution_a9q()
/external/libhevc/common/
Dihevc_chroma_intra_pred_filters.c83 #define T8C_4NT 32 macro
326 while(nbr_id_from_bl < ((T8C_4NT)+1)) in ihevc_intra_pred_chroma_ref_substitution()
333 if(nbr_id_from_bl == (T8C_4NT / 2)) in ihevc_intra_pred_chroma_ref_substitution()
356 nbr_id_from_bl += (nbr_id_from_bl == (T8C_4NT / 2)) ? 1 : 4; in ihevc_intra_pred_chroma_ref_substitution()
/external/libhevc/common/x86/
Dihevc_chroma_intra_pred_filters_sse42_intr.c70 #define T8C_4NT 32 macro
Dihevc_chroma_intra_pred_filters_ssse3_intr.c89 #define T8C_4NT 32 macro