Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/encoder/
H A Drc_rd_model_fix.c857 number_t model_coeff_array_lin_wo_int[3]; in update_frame_rd_model() local
883 model_coeff_array_lin_wo_int[0].sm = 0; in update_frame_rd_model()
884 model_coeff_array_lin_wo_int[0].e = 0; in update_frame_rd_model()
885 model_coeff_array_lin_wo_int[1].sm = 0; in update_frame_rd_model()
886 model_coeff_array_lin_wo_int[1].e = 0; in update_frame_rd_model()
887 model_coeff_array_lin_wo_int[2].sm = 0; in update_frame_rd_model()
888 model_coeff_array_lin_wo_int[2].e = 0; in update_frame_rd_model()
1081 model_coeff_array_lin_wo_int, in update_frame_rd_model()
1211 ps_rd_model->model_coeff_b_lin_wo_int = model_coeff_array_lin_wo_int[0]; in update_frame_rd_model()
1212 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1]; in update_frame_rd_model()
[all …]
H A Drc_rd_model.c398 model_coeff model_coeff_array[3], model_coeff_array_lin[3], model_coeff_array_lin_wo_int[3]; in update_frame_rd_model() local
551 model_coeff_array_lin_wo_int, in update_frame_rd_model()
662 ps_rd_model->model_coeff_b_lin_wo_int = model_coeff_array_lin_wo_int[0]; in update_frame_rd_model()
663 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1]; in update_frame_rd_model()
664 ps_rd_model->model_coeff_c_lin_wo_int = model_coeff_array_lin_wo_int[2]; in update_frame_rd_model()
/aosp_15_r20/external/libavc/encoder/
H A Dirc_rd_model.c208 model_coeff_array_lin_wo_int[3]; in irc_update_frame_rd_model() local
339 model_coeff_array_lin_wo_int, in irc_update_frame_rd_model()
342 ps_rd_model->model_coeff_b_lin_wo_int = model_coeff_array_lin_wo_int[0]; in irc_update_frame_rd_model()
343 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1]; in irc_update_frame_rd_model()
344 ps_rd_model->model_coeff_c_lin_wo_int = model_coeff_array_lin_wo_int[2]; in irc_update_frame_rd_model()