Searched refs:BIT_DEPTH (Results 1 - 11 of 11) sorted by relevance

/external/libhevc/common/
H A Dihevc_defs.h223 #define BIT_DEPTH 8 macro
224 #define BIT_DEPTH_LUMA BIT_DEPTH
225 #define BIT_DEPTH_CHROMA BIT_DEPTH
H A Dihevc_inter_pred.h41 #define SHIFT_14_MINUS_BIT_DEPTH (14 - BIT_DEPTH)
H A Dihevc_chroma_intra_pred_filters.c79 #define BIT_DEPTH 8 macro
160 /*dc_val = 1 << (BIT_DEPTH - 1);*/
H A Dihevc_intra_pred_filters.c69 #define BIT_DEPTH 8 macro
222 /*dc_val = 1 << (BIT_DEPTH - 1);*/
667 /*WORD32 dc_val = 1 << (BIT_DEPTH - 5);*/
/external/libhevc/common/x86/
H A Dihevc_chroma_intra_pred_filters_sse42_intr.c66 #define BIT_DEPTH 8 macro
H A Dihevc_intra_pred_filters_ssse3_intr.c70 #define BIT_DEPTH 8 macro
155 dc_val = 1 << (BIT_DEPTH - 1);
420 WORD32 dc_val = 1 << (BIT_DEPTH - 5);
H A Dihevc_intra_pred_filters_sse42_intr.c67 #define BIT_DEPTH 8 macro
134 WORD32 dc_val = 1 << (BIT_DEPTH - 5);
H A Dihevc_chroma_intra_pred_filters_ssse3_intr.c85 #define BIT_DEPTH 8 macro
/external/libhevc/common/arm/
H A Dihevc_intra_ref_substitution_a9q.c54 #define BIT_DEPTH 8 macro
129 /*dc_val = 1 << (BIT_DEPTH - 1);*/
419 /*dc_val = 1 << (BIT_DEPTH - 1);*/
H A Dihevc_intra_pred_filters_neon_intr.c60 #define BIT_DEPTH 8 macro
136 dc_val = 1 << (BIT_DEPTH - 1);
485 WORD32 dc_val = 1 << (BIT_DEPTH - 5);
/external/libhevc/decoder/
H A Dihevcd_parse_slice.c2065 WORD32 c_max = (1 << (MIN(BIT_DEPTH, 10) - 5)) - 1;

Completed in 313 milliseconds