Home
last modified time | relevance | path

Searched refs:clr_indx (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_inter_pred.c131 WORD32 clr_indx; in ihevcd_inter_pred_ctb() local
264 for(clr_indx = 0; clr_indx < 2; clr_indx++) in ihevcd_inter_pred_ctb()
266 PROFILE_DISABLE_INTER_PRED_LUMA(clr_indx); in ihevcd_inter_pred_ctb()
267 PROFILE_DISABLE_INTER_PRED_CHROMA(clr_indx); in ihevcd_inter_pred_ctb()
269 if(clr_indx == 0) in ihevcd_inter_pred_ctb()
362 func_indx1 = 4 * (weighted_pred || bi_pred) + 1 + 11 * clr_indx; in ihevcd_inter_pred_ctb()
367 * (9 + (weighted_pred || bi_pred)) + 11 * clr_indx; in ihevcd_inter_pred_ctb()
379 func_indx3 = 4 * (weighted_pred || bi_pred) + 1 + 11 * clr_indx; in ihevcd_inter_pred_ctb()
384 * (9 + (weighted_pred || bi_pred)) + 11 * clr_indx; in ihevcd_inter_pred_ctb()
414 func_wd = pu_wd >> clr_indx; in ihevcd_inter_pred_ctb()
[all …]
Dihevcd_profile.h98 #define PROFILE_DISABLE_INTER_PRED_LUMA(clr_indx) ; argument
99 #define PROFILE_DISABLE_INTER_PRED_CHROMA(clr_indx) ; argument
100 #define PROFILE_DISABLE_INTER_PRED_LUMA_AVERAGING(clr_indx) ; argument
101 #define PROFILE_DISABLE_INTER_PRED_CHROMA_AVERAGING(clr_indx) ; argument