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.c757 UWORD32 u4_i, u4_stride, u4_height; local
816 u4_stride = ps_dec_state->u2_horizontal_size;
820 u4_stride = ps_dec_state->u2_create_max_width;
825 u4_stride = ps_dec_state->u4_frm_buf_stride;
832 (u4_stride * u4_height);
834 (u4_stride * u4_height) >> 2;
836 (u4_stride * u4_height) >> 2;
842 (u4_stride * u4_height);
844 (u4_stride * u4_height) >> 1;
850 (u4_stride * u4_heigh
1171 UWORD32 u4_i,u4_stride,u4_height; local
[all...]

Completed in 538 milliseconds