Home | History | Annotate | Download | only in encoder

Lines Matching refs:ps_qp_params

4187             quant_params_t **ps_qp_params = ps_codec->as_process[i].ps_qp_params;
4190 ps_qp_params[0] = (quant_params_t *) (pu1_buf + total_size);
4192 ps_qp_params[1] = (quant_params_t *) (pu1_buf + total_size);
4194 ps_qp_params[2] = (quant_params_t *) (pu1_buf + total_size);
4198 ps_qp_params[0]->pu2_thres_mat = (void *) (pu1_buf + total_size);
4200 ps_qp_params[1]->pu2_thres_mat = (void *) (pu1_buf + total_size);
4202 ps_qp_params[2]->pu2_thres_mat = (void *) (pu1_buf + total_size);
4206 ps_qp_params[0]->pu2_weigh_mat = (void *) (pu1_buf + total_size);
4208 ps_qp_params[1]->pu2_weigh_mat = (void *) (pu1_buf + total_size);
4210 ps_qp_params[2]->pu2_weigh_mat = (void *) (pu1_buf + total_size);
4214 ps_qp_params[0]->pu2_sad_thrsh = (void *) (pu1_buf + total_size);
4216 ps_qp_params[1]->pu2_sad_thrsh = (void *) (pu1_buf + total_size);
4218 ps_qp_params[2]->pu2_sad_thrsh = (void *) (pu1_buf + total_size);