Searched refs:u2_frame_height (Results 1 – 6 of 6) sorted by relevance
/external/libmpeg2/decoder/ |
D | impeg2d_mv_dec.c | 231 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_1mv_mb() 271 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_2mv_fw_or_bk_mb() 347 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_frm_dual_prime() 400 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_fld_dual_prime() 406 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_fld_dual_prime() 454 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_4mv_mb() 496 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_2mv_interp_mb()
|
D | impeg2d_mc.c | 536 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_skip_p_mb() 570 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_skip_p_mb() 681 … ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width); in impeg2d_dec_skip_b_mb() 788 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_0mv_coded_mb()
|
D | impeg2d_pic_proc.c | 302 ps_dec->u2_frame_height = ALIGN16(ps_dec->u2_vertical_size); in impeg2d_init_video_state() 306 …if (ps_dec->u2_frame_height > ps_dec->u2_create_max_height || ps_dec->u2_frame_width > ps_dec->u2_… in impeg2d_init_video_state()
|
D | impeg2d_structs.h | 168 UWORD16 u2_frame_height; /* Height of the frame */ member
|
D | impeg2d_api_main.c | 836 u4_height = ALIGN32(ps_dec_state->u2_frame_height) + 9; in impeg2d_api_get_buf_info() 1178 ps_ctl_dec_op->s_ivd_ctl_getstatus_op_t.u4_pic_ht = ps_dec_state->u2_frame_height; in impeg2d_api_get_status() 1222 u4_height = ((ps_dec_state->u2_frame_height + 15) >> 4) << 4; in impeg2d_api_get_status() 1304 buffer_ht = ps_codec->u2_frame_height; in impeg2d_get_frame_dimensions() 1882 ps_dec_state->u2_frame_height = u4_max_frm_height; in impeg2d_api_init()
|
D | impeg2d_dec_hdr.c | 1129 ps_dec_thd->u2_frame_height = ps_dec->u2_frame_height; in impeg2d_init_thread_dec_ctxt()
|