Home
last modified time | relevance | path

Searched refs:ref_frame_height (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvsp_vp8.c297 int ref_frame_width, ref_frame_height, ref_chroma_height, ref_size; in vsp_vp8_process_seqence_param() local
320 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() local
405 int ref_frame_width, ref_frame_height; in vsp_vp8_process_picture_param() local
409 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()
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_Video.h2147 OMX_U16 ref_frame_height; member