Home
last modified time | relevance | path

Searched refs:BIT_DEPTH_LUMA (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/common/
Dihevc_sao.c98 band_shift = BIT_DEPTH_LUMA - 5; in ihevc_sao_band_offset_luma()
205 bit_depth = BIT_DEPTH_LUMA; in ihevc_sao_edge_offset_class0()
386 bit_depth = BIT_DEPTH_LUMA; in ihevc_sao_edge_offset_class1()
585 bit_depth = BIT_DEPTH_LUMA; in ihevc_sao_edge_offset_class2()
1006 bit_depth = BIT_DEPTH_LUMA; in ihevc_sao_edge_offset_class3()
Dihevc_defs.h263 #define BIT_DEPTH_LUMA BIT_DEPTH macro
/external/libhevc/common/x86/
Dihevc_sao_ssse3_intr.c2526 bit_depth = BIT_DEPTH_LUMA; in ihevc_sao_edge_offset_class2_ssse3()
3289 bit_depth = BIT_DEPTH_LUMA; in ihevc_sao_edge_offset_class2_chroma_ssse3()
4119 bit_depth = BIT_DEPTH_LUMA; in ihevc_sao_edge_offset_class3_ssse3()
4899 bit_depth = BIT_DEPTH_LUMA; in ihevc_sao_edge_offset_class3_chroma_ssse3()
/external/libhevc/decoder/
Dihevcd_parse_slice.c599 *pu1_coeff_data++ = value << (BIT_DEPTH_LUMA - num_bits); in ihevcd_parse_pcm_sample()