Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dirc_rd_model.c210 model_coeff_array_lin_wo_int[3]; in irc_update_frame_rd_model() local
341 model_coeff_array_lin_wo_int, in irc_update_frame_rd_model()
344 ps_rd_model->model_coeff_b_lin_wo_int = model_coeff_array_lin_wo_int[0]; in irc_update_frame_rd_model()
345 ps_rd_model->model_coeff_a_lin_wo_int = model_coeff_array_lin_wo_int[1]; in irc_update_frame_rd_model()
346 ps_rd_model->model_coeff_c_lin_wo_int = model_coeff_array_lin_wo_int[2]; in irc_update_frame_rd_model()
/external/libhevc/encoder/
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 …]
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()