Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c265 int next_coef = 8; in scaling_list_data() local
270 next_coef = vl_rbsp_se(rbsp) + 8; in scaling_list_data()
271 (*scaling_list_dc_coeff[size_id - 2])[matrix_id] = next_coef; in scaling_list_data()
276 next_coef = (next_coef + vl_rbsp_se(rbsp) + 256) % 256; in scaling_list_data()
277 (*scaling_list_data[size_id])[matrix_id][i] = next_coef; in scaling_list_data()
/third_party/ffmpeg/libavcodec/
Dhevc_ps.c813 int next_coef, coef_num; in scaling_list_data() local
816 next_coef = 8; in scaling_list_data()
824 next_coef = scaling_list_dc_coef[size_id - 2][matrix_id]; in scaling_list_data()
825 sl->sl_dc[size_id - 2][matrix_id] = next_coef; in scaling_list_data()
836 next_coef = (next_coef + 256U + scaling_list_delta_coef) % 256; in scaling_list_data()
837 sl->sl[size_id][matrix_id][pos] = next_coef; in scaling_list_data()
Dmpeg12enc.c702 goto next_coef; in mpeg1_encode_block()
713 next_coef: in mpeg1_encode_block()