Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c1532 int16_t *coeffs_y = (int16_t*)lc->edge_emu_buffer; in ff_hevc_hls_residual_coding() local
1535 coeffs[i] = coeffs[i] + ((lc->tu.res_scale_val * coeffs_y[i]) >> 3); in ff_hevc_hls_residual_coding()
Dhevcdec.c1188 int16_t *coeffs_y = (int16_t*)lc->edge_emu_buffer; in hls_transform_unit() local
1195 coeffs[i] = ((lc->tu.res_scale_val * coeffs_y[i]) >> 3); in hls_transform_unit()
1217 int16_t *coeffs_y = (int16_t*)lc->edge_emu_buffer; in hls_transform_unit() local
1224 coeffs[i] = ((lc->tu.res_scale_val * coeffs_y[i]) >> 3); in hls_transform_unit()