Searched refs:ref_frame_width (Results 1 – 1 of 1) sorted by relevance
297 int ref_frame_width, ref_frame_height, ref_chroma_height, ref_size; in vsp_vp8_process_seqence_param() local319 ref_frame_width = (seq->frame_width + 2 * 32 + 63) & (~63); in vsp_vp8_process_seqence_param()322 ref_size = ref_frame_width * (ref_frame_height + ref_chroma_height); in vsp_vp8_process_seqence_param()326 seq->ref_frame_buffers[i].width = ref_frame_width; in vsp_vp8_process_seqence_param()369 int ref_frame_width, ref_frame_height; in vsp_vp8_process_dynamic_seqence_param() local405 int ref_frame_width, ref_frame_height; in vsp_vp8_process_picture_param() local408 ref_frame_width = (ctx->vp8_seq_param.frame_width + 2 * 32 + 63) & (~63); in vsp_vp8_process_picture_param()429 pic->recon_frame.width = ref_frame_width; in vsp_vp8_process_picture_param()