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

  /external/libhevc/common/
ihevc_defs.h 215 #define BIT_DEPTH_CHROMA BIT_DEPTH
ihevc_sao.c 156 band_shift = BIT_DEPTH_CHROMA - 5;
289 bit_depth = BIT_DEPTH_CHROMA;
480 bit_depth = BIT_DEPTH_CHROMA;
778 bit_depth = BIT_DEPTH_CHROMA;
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_headers.c 213 WORD32 shift = (1 << (BIT_DEPTH_CHROMA - 1));
290 WORD32 shift = (1 << (BIT_DEPTH_CHROMA - 1));
    [all...]
ihevcd_parse_slice.c 597 *pu1_coeff_data++ = value << (BIT_DEPTH_CHROMA - num_bits);
    [all...]

Completed in 43 milliseconds