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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_enums.h43 typedef enum BIT_DEPTH { enum
47 } BIT_DEPTH; typedef in typeref:enum:BIT_DEPTH
H A Dvp9_onyxc_int.h182 BIT_DEPTH bit_depth;
/external/libhevc/common/
H A Dihevc_defs.h213 #define BIT_DEPTH 8 macro
214 #define BIT_DEPTH_LUMA BIT_DEPTH
215 #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);*/
622 /*WORD32 dc_val = 1 << (BIT_DEPTH - 5);*/
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h134 BIT_DEPTH bit_depth;
/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/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/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c42 BIT_DEPTH bit_depth;
/external/libhevc/decoder/
H A Dihevcd_parse_slice.c2065 WORD32 c_max = (1 << (MIN(BIT_DEPTH, 10) - 5)) - 1;

Completed in 333 milliseconds