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/
H A 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/
H A Dhevc_ps.c810 int next_coef, coef_num; in scaling_list_data() local
813 next_coef = 8; in scaling_list_data()
821 next_coef = scaling_list_dc_coef[size_id - 2][matrix_id]; in scaling_list_data()
822 sl->sl_dc[size_id - 2][matrix_id] = next_coef; in scaling_list_data()
833 next_coef = (next_coef + 256U + scaling_list_delta_coef) % 256; in scaling_list_data()
834 sl->sl[size_id][matrix_id][pos] = next_coef; in scaling_list_data()
H A Dmpeg12enc.c729 goto next_coef; in mpeg1_encode_block()
740 next_coef: in mpeg1_encode_block()

Completed in 6 milliseconds