Searched refs:u4_width (Results 1 – 10 of 10) sorted by relevance
/external/libmpeg2/common/ |
D | impeg2_format_conv.c | 110 UWORD32 u4_width, in impeg2_copy_frm_yuv420p() argument 122 WORD32 i4_uv_width = u4_width >> 1; in impeg2_copy_frm_yuv420p() 126 memcpy(pu1_dst_y, pu1_src_y, u4_width); in impeg2_copy_frm_yuv420p() 190 UWORD32 u4_width, in impeg2_fmt_conv_yuv420p_to_yuv422ile() argument 210 u2_offset1 = u4_stride_y - u4_width; in impeg2_fmt_conv_yuv420p_to_yuv422ile() 211 u2_offset2 = u4_stride_u - ((u4_width + 1) >> 1); in impeg2_fmt_conv_yuv420p_to_yuv422ile() 212 u2_offset3 = u4_stride_v - ((u4_width + 1) >> 1); in impeg2_fmt_conv_yuv420p_to_yuv422ile() 213 u2_offset_yuv422i = (u4_stride_yuv422i >> 1) -((u4_width + 1) >> 1); in impeg2_fmt_conv_yuv420p_to_yuv422ile() 219 u2_width_cnt = u4_width >> 1; in impeg2_fmt_conv_yuv420p_to_yuv422ile() 242 if(u4_width & 0x1) in impeg2_fmt_conv_yuv420p_to_yuv422ile() [all …]
|
D | impeg2_format_conv.h | 87 UWORD32 u4_width, 100 UWORD32 u4_width,
|
/external/libmpeg2/decoder/ |
D | impeg2d_pic_proc.c | 181 void impeg2d_get_frm_buf(yuv_buf_t *ps_frm_buf,UWORD8 *pu1_frm,UWORD32 u4_width,UWORD32 u4_height) in impeg2d_get_frm_buf() argument 183 UWORD32 u4_luma_size = u4_width * u4_height; in impeg2d_get_frm_buf() 184 UWORD32 u4_chroma_size = (u4_width * u4_height)>>2; in impeg2d_get_frm_buf() 206 UWORD32 u4_width) in impeg2d_get_bottom_field_buf() argument 208 ps_dst_buf->pu1_y = ps_src_buf->pu1_y + u4_width; in impeg2d_get_bottom_field_buf() 209 ps_dst_buf->pu1_u = ps_src_buf->pu1_u + (u4_width>>1); in impeg2d_get_bottom_field_buf() 210 ps_dst_buf->pu1_v = ps_src_buf->pu1_v + (u4_width>>1); in impeg2d_get_bottom_field_buf()
|
/external/libhevc/encoder/ |
D | ihevce_enc_loop_pass.c | 3476 UWORD32 u4_width, u4_height, n_tabs; in ihevce_enc_loop_get_mem_recs() local 3483 u4_width = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width; in ihevce_enc_loop_get_mem_recs() 3485 u4_width += SET_CTB_ALIGN( in ihevce_enc_loop_get_mem_recs() 3493 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_enc_loop_get_mem_recs() 3530 (u4_width + MAX_CU_SIZE + 1) * sizeof(UWORD16) * in ihevce_enc_loop_get_mem_recs() 3536 (u4_width + MAX_CU_SIZE + 1) * sizeof(UWORD8) * in ihevce_enc_loop_get_mem_recs() 3548 (u4_ctb_rows_in_a_frame + 1) * (u4_width + MAX_CU_SIZE + 2) * sizeof(UWORD16) * in ihevce_enc_loop_get_mem_recs() 3554 (u4_ctb_rows_in_a_frame + 1) * (u4_width + MAX_CU_SIZE + 2) * sizeof(UWORD8) * in ihevce_enc_loop_get_mem_recs() 3564 (u4_ctb_rows_in_a_frame + 1) * (((u4_width + MAX_CU_SIZE) >> 2) + 1) * sizeof(nbr_4x4_t) * in ihevce_enc_loop_get_mem_recs() 3869 num_horz_units = u4_width / MAX_CTB_SIZE; in ihevce_enc_loop_get_mem_recs() [all …]
|
D | ihevce_ipe_pass.c | 375 UWORD32 u4_width, u4_ctb_in_a_row; in ihevce_ipe_init() local 390 u4_width = ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].i4_width; in ihevce_ipe_init() 392 u4_width += SET_CTB_ALIGN( in ihevce_ipe_init() 395 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE); in ihevce_ipe_init()
|
/external/libavc/test/encoder/ |
D | app.h | 388 void calc_md5_cksum(UWORD8 *pu1_inbuf,UWORD32 u4_stride,UWORD32 u4_width,UWORD32 u4_height,UWORD8 *…
|
D | main.c | 48 void calc_md5_cksum(UWORD8 *pu1_inbuf,UWORD32 u4_stride,UWORD32 u4_width,UWORD32 u4_height,UWORD8 *…
|
/external/libhevc/test/decoder/ |
D | main.c | 126 void calc_md5_cksum(UWORD8 *pu1_inbuf, UWORD32 u4_stride, UWORD32 u4_width, UWORD32 u4_height, UWOR…
|
/external/libmpeg2/test/decoder/ |
D | main.c | 120 void calc_md5_cksum(UWORD8 *pu1_inbuf, UWORD32 u4_stride, UWORD32 u4_width, UWORD32 u4_height, UWOR…
|
/external/libavc/test/decoder/ |
D | main.c | 129 void calc_md5_cksum(UWORD8 *pu1_inbuf,UWORD32 u4_stride,UWORD32 u4_width,UWORD32 u4_height,UWORD8 *…
|