Searched refs:BIT_DEPTH (Results 1 – 15 of 15) sorted by relevance
213 #define BIT_DEPTH 8 macro214 #define BIT_DEPTH_LUMA BIT_DEPTH215 #define BIT_DEPTH_CHROMA BIT_DEPTH
41 #define SHIFT_14_MINUS_BIT_DEPTH (14 - BIT_DEPTH)
79 #define BIT_DEPTH 8 macro
69 #define BIT_DEPTH 8 macro
40 typedef enum BIT_DEPTH { enum44 } BIT_DEPTH; typedef
185 BIT_DEPTH bit_depth;
190 BIT_DEPTH bit_depth;
66 #define BIT_DEPTH 8 macro
70 #define BIT_DEPTH 8 macro155 dc_val = 1 << (BIT_DEPTH - 1); in ihevc_intra_pred_luma_ref_substitution_ssse3()420 WORD32 dc_val = 1 << (BIT_DEPTH - 5); in ihevc_intra_pred_ref_filtering_ssse3()
67 #define BIT_DEPTH 8 macro134 WORD32 dc_val = 1 << (BIT_DEPTH - 5); in ihevc_intra_pred_ref_filtering_sse42()
85 #define BIT_DEPTH 8 macro
54 #define BIT_DEPTH 8 macro
60 #define BIT_DEPTH 8 macro136 dc_val = 1 << (BIT_DEPTH - 1); in ihevc_intra_pred_luma_ref_substitution_neonintr()485 WORD32 dc_val = 1 << (BIT_DEPTH - 5); in ihevc_intra_pred_ref_filtering_neonintr()
41 BIT_DEPTH bit_depth;
2065 WORD32 c_max = (1 << (MIN(BIT_DEPTH, 10) - 5)) - 1; in ihevcd_parse_sao()