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

  /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/
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);*/
667 /*WORD32 dc_val = 1 << (BIT_DEPTH - 5);*/
    [all...]
ihevc_defs.h 262 #define BIT_DEPTH 8
263 #define BIT_DEPTH_LUMA BIT_DEPTH
264 #define BIT_DEPTH_CHROMA BIT_DEPTH
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 66 #define BIT_DEPTH 8
ihevc_chroma_intra_pred_filters_ssse3_intr.c 85 #define BIT_DEPTH 8
    [all...]
ihevc_intra_pred_filters_sse42_intr.c 67 #define BIT_DEPTH 8
134 WORD32 dc_val = 1 << (BIT_DEPTH - 5);
    [all...]
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...]
  /external/libhevc/encoder/
ihevce_ipe_structs.h 75 #define BIT_DEPTH 8
346 /* to the bit_depth != internal_bit_depth are stored in these fields */

Completed in 119 milliseconds