Searched refs:ref_frame_height (Results 1 – 2 of 2) sorted by relevance
297 int ref_frame_width, ref_frame_height, ref_chroma_height, ref_size; in vsp_vp8_process_seqence_param() local320 ref_frame_height = (seq->frame_height + 2 * 32 + 63) & (~63); in vsp_vp8_process_seqence_param()321 ref_chroma_height = (ref_frame_height / 2 + 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()327 seq->ref_frame_buffers[i].height = ref_frame_height; 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() local409 ref_frame_height = (ctx->vp8_seq_param.frame_height + 2 * 32 + 63) & (~63); in vsp_vp8_process_picture_param()430 pic->recon_frame.height = ref_frame_height; in vsp_vp8_process_picture_param()
2147 OMX_U16 ref_frame_height; member