Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_sao.c82 WORD32 band_shift; in ihevc_sao_band_offset_luma() local
98 band_shift = BIT_DEPTH_LUMA - 5; in ihevc_sao_band_offset_luma()
114 band_idx = band_table[pu1_src[col] >> band_shift]; in ihevc_sao_band_offset_luma()
115 … pu1_src[col] = CLIP3(pu1_src[col] + pi1_sao_offset[band_idx], 0, (1 << (band_shift + 5)) - 1); in ihevc_sao_band_offset_luma()
136 WORD32 band_shift; in ihevc_sao_band_offset_chroma() local
156 band_shift = BIT_DEPTH_CHROMA - 5; in ihevc_sao_band_offset_chroma()
176 …x = (0 == col % 2) ? band_table_u[pu1_src[col] >> band_shift] : band_table_v[pu1_src[col] >> band_… in ihevc_sao_band_offset_chroma()
177 … pu1_src[col] = CLIP3(pu1_src[col] + pi1_sao_offset[band_idx], 0, (1 << (band_shift + 5)) - 1); in ihevc_sao_band_offset_chroma()