Lines Matching refs:ph

364     Avs2dPicHeader_t *ph  = &p_dec->ph;  in avs2d_fill_parameters()  local
393 pp->picture_type = ph->picture_type; in avs2d_fill_parameters()
394 pp->scene_reference_enable_flag = ph->background_reference_flag; in avs2d_fill_parameters()
395 pp->bottom_field_picture_flag = (vsh->field_coded_sequence) && (!ph->is_top_field); in avs2d_fill_parameters()
397 pp->fixed_picture_qp = ph->fixed_picture_qp; in avs2d_fill_parameters()
398 pp->picture_qp = ph->picture_qp; in avs2d_fill_parameters()
399 pp->loop_filter_disable_flag = !ph->enable_loop_filter; in avs2d_fill_parameters()
400 pp->alpha_c_offset = ph->alpha_c_offset; in avs2d_fill_parameters()
401 pp->beta_offset = ph->beta_offset; in avs2d_fill_parameters()
404 pp->cur_poc = ph->poi; in avs2d_fill_parameters()
414 alfp->enable_pic_alf_y = ph->enable_pic_alf_y; in avs2d_fill_parameters()
415 alfp->enable_pic_alf_cb = ph->enable_pic_alf_cb; in avs2d_fill_parameters()
416 alfp->enable_pic_alf_cr = ph->enable_pic_alf_cr; in avs2d_fill_parameters()
417 alfp->alf_filter_num_minus1 = (ph->alf_filter_num > 0) ? (ph->alf_filter_num - 1) : 0; in avs2d_fill_parameters()
418 memcpy(alfp->alf_coeff_idx_tab, ph->alf_coeff_idx_tab, sizeof(ph->alf_coeff_idx_tab)); in avs2d_fill_parameters()
419 memcpy(alfp->alf_coeff_y, ph->alf_coeff_y, sizeof(ph->alf_coeff_y)); in avs2d_fill_parameters()
420 memcpy(alfp->alf_coeff_cb, ph->alf_coeff_cb, sizeof(ph->alf_coeff_cb)); in avs2d_fill_parameters()
421 memcpy(alfp->alf_coeff_cr, ph->alf_coeff_cr, sizeof(ph->alf_coeff_cr)); in avs2d_fill_parameters()
425 wqmp->chroma_quant_param_delta_cb = ph->chroma_quant_param_delta_cb; in avs2d_fill_parameters()
426 wqmp->chroma_quant_param_delta_cr = ph->chroma_quant_param_delta_cr; in avs2d_fill_parameters()