Lines Matching refs:sao_offset
2088 WORD32 sao_offset[4]; in ihevcd_parse_sao() local
2093 … sao_offset[i] = ihevcd_cabac_decode_bypass_bins_tunary(ps_cabac, ps_bitstrm, c_max); in ihevcd_parse_sao()
2094 AEV_TRACE("sao_offset_abs", sao_offset[i], ps_cabac->u4_range); in ihevcd_parse_sao()
2098 sao_offset[i] = -sao_offset[i]; in ihevcd_parse_sao()
2106 if(sao_offset[i] != 0) in ihevcd_parse_sao()
2113 sao_offset[i] = -sao_offset[i]; in ihevcd_parse_sao()
2144 ps_sao->b4_y_offset_1 = sao_offset[0]; in ihevcd_parse_sao()
2145 ps_sao->b4_y_offset_2 = sao_offset[1]; in ihevcd_parse_sao()
2146 ps_sao->b4_y_offset_3 = sao_offset[2]; in ihevcd_parse_sao()
2147 ps_sao->b4_y_offset_4 = sao_offset[3]; in ihevcd_parse_sao()
2153 ps_sao->b4_cb_offset_1 = sao_offset[0]; in ihevcd_parse_sao()
2154 ps_sao->b4_cb_offset_2 = sao_offset[1]; in ihevcd_parse_sao()
2155 ps_sao->b4_cb_offset_3 = sao_offset[2]; in ihevcd_parse_sao()
2156 ps_sao->b4_cb_offset_4 = sao_offset[3]; in ihevcd_parse_sao()
2162 ps_sao->b4_cr_offset_1 = sao_offset[0]; in ihevcd_parse_sao()
2163 ps_sao->b4_cr_offset_2 = sao_offset[1]; in ihevcd_parse_sao()
2164 ps_sao->b4_cr_offset_3 = sao_offset[2]; in ihevcd_parse_sao()
2165 ps_sao->b4_cr_offset_4 = sao_offset[3]; in ihevcd_parse_sao()