HomeSort by relevance Sort by last modified time
    Searched refs:BIT_DEPTH (Results 1 - 15 of 15) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 43 typedef enum BIT_DEPTH {
47 } BIT_DEPTH;
vp9_onyxc_int.h 182 BIT_DEPTH bit_depth; member in struct:VP9Common
  /external/libhevc/common/
ihevc_defs.h 213 #define BIT_DEPTH 8
214 #define BIT_DEPTH_LUMA BIT_DEPTH
215 #define BIT_DEPTH_CHROMA BIT_DEPTH
ihevc_inter_pred.h 41 #define SHIFT_14_MINUS_BIT_DEPTH (14 - BIT_DEPTH)
97 UWORD8 bit_depth);
108 UWORD8 bit_depth);
119 UWORD8 bit_depth);
130 UWORD8 bit_depth);
143 UWORD8 bit_depth);
162 UWORD8 bit_depth);
176 UWORD8 bit_depth);
189 UWORD8 bit_depth);
210 UWORD8 bit_depth);
    [all...]
ihevc_chroma_intra_pred_filters.c 79 #define BIT_DEPTH 8
160 /*dc_val = 1 << (BIT_DEPTH - 1);*/
    [all...]
ihevc_intra_pred_filters.c 69 #define BIT_DEPTH 8
222 /*dc_val = 1 << (BIT_DEPTH - 1);*/
622 /*WORD32 dc_val = 1 << (BIT_DEPTH - 5);*/
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 134 BIT_DEPTH bit_depth; member in struct:VP9EncoderConfig
  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 54 #define BIT_DEPTH 8
129 /*dc_val = 1 << (BIT_DEPTH - 1);*/
419 /*dc_val = 1 << (BIT_DEPTH - 1);*/
ihevc_intra_pred_filters_neon_intr.c 60 #define BIT_DEPTH 8
136 dc_val = 1 << (BIT_DEPTH - 1);
485 WORD32 dc_val = 1 << (BIT_DEPTH - 5);
    [all...]
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 66 #define BIT_DEPTH 8
ihevc_intra_pred_filters_ssse3_intr.c 70 #define BIT_DEPTH 8
155 dc_val = 1 << (BIT_DEPTH - 1);
420 WORD32 dc_val = 1 << (BIT_DEPTH - 5);
    [all...]
ihevc_intra_pred_filters_sse42_intr.c 67 #define BIT_DEPTH 8
134 WORD32 dc_val = 1 << (BIT_DEPTH - 5);
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 85 #define BIT_DEPTH 8
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 42 BIT_DEPTH bit_depth; member in struct:vp9_extracfg
283 extra_cfg->bit_depth > BITS_8)
286 extra_cfg->bit_depth == BITS_8)
331 oxcf->bit_depth = extra_cfg->bit_depth;
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_slice.c     [all...]

Completed in 206 milliseconds