Searched defs:u4_stride (Results 1 - 2 of 2) sorted by relevance

/external/libmpeg2/common/
H A Dimpeg2_inter_pred.c164 UWORD32 u4_stride)
179 pu1_dst += u4_stride - MB_SIZE;
183 u4_stride >>= 1;
195 pu1_dst += u4_stride - MB_CHROMA_SIZE;
208 pu1_dst += u4_stride - MB_CHROMA_SIZE;
161 impeg2_interpolate(yuv_buf_t *ps_buf_src1, yuv_buf_t *ps_buf_src2, yuv_buf_t *ps_buf_dst, UWORD32 u4_stride) argument
/external/libmpeg2/decoder/
H A Dimpeg2d_api_main.c704 UWORD32 u4_i, u4_stride, u4_height; local
763 u4_stride = ps_dec_state->u2_horizontal_size;
767 u4_stride = ps_dec_state->u2_create_max_width;
772 u4_stride = ps_dec_state->u4_frm_buf_stride;
779 (u4_stride * u4_height);
781 (u4_stride * u4_height) >> 2;
783 (u4_stride * u4_height) >> 2;
789 (u4_stride * u4_height);
791 (u4_stride * u4_height) >> 1;
797 (u4_stride * u4_heigh
1117 UWORD32 u4_i,u4_stride,u4_height; local
[all...]

Completed in 210 milliseconds