HomeSort by relevance Sort by last modified time
    Searched full:u4_height (Results 1 - 11 of 11) sorted by null

  /external/libmpeg2/common/
impeg2_format_conv.c 78 /* u4_height, - Height of image. */
111 UWORD32 u4_height,
120 WORD32 i4_y_height = (WORD32) u4_height;
121 WORD32 i4_uv_height = u4_height >> 1;
161 /* u4_height - Height of the Y plane. */
191 UWORD32 u4_height,
222 for(i = u4_height; i > 0; i--)
286 UWORD32 u4_height, UWORD32 u4_width,UWORD32 u4_stridey,
312 for(i = 0; i < u4_height; i++)
325 u4_height = (u4_height + 1) >> 1
    [all...]
impeg2_format_conv.h 88 UWORD32 u4_height,
101 UWORD32 u4_height,
  /external/libmpeg2/decoder/
impeg2d_api_main.c 658 UWORD32 u4_i, u4_stride, u4_height; local
728 u4_height = ((ps_dec_state->u2_frame_height + 15) >> 4) << 4;
733 (u4_stride * u4_height);
735 (u4_stride * u4_height) >> 2;
737 (u4_stride * u4_height) >> 2;
743 (u4_stride * u4_height);
745 (u4_stride * u4_height) >> 1;
751 (u4_stride * u4_height) * 2;
1073 UWORD32 u4_i,u4_stride,u4_height; local
    [all...]
impeg2d_pic_proc.c 177 void impeg2d_get_frm_buf(yuv_buf_t *ps_frm_buf,UWORD8 *pu1_frm,UWORD32 u4_width,UWORD32 u4_height)
179 UWORD32 u4_luma_size = u4_width * u4_height;
180 UWORD32 u4_chroma_size = (u4_width * u4_height)>>2;
  /external/libavc/encoder/arm/
ih264e_fmt_conv.s 190 @ * 44 - u4_height - Height of the Y plane.
263 ldr r11, [sp, #44] @// Load u4_height from stack
286 @// u4_height / 2 - r11
  /external/libavc/test/encoder/
app.h 349 void calc_md5_cksum(UWORD8 *pu1_inbuf,UWORD32 u4_stride,UWORD32 u4_width,UWORD32 u4_height,UWORD8 *pu1_cksum_p );
main.c 51 void calc_md5_cksum(UWORD8 *pu1_inbuf,UWORD32 u4_stride,UWORD32 u4_width,UWORD32 u4_height,UWORD8 *pu1_cksum_p );
    [all...]
  /external/libavc/encoder/
ih264e_fmt_conv.c 565 * @param[in] u4_height
  /external/libavc/test/decoder/
main.c 130 void calc_md5_cksum(UWORD8 *pu1_inbuf,UWORD32 u4_stride,UWORD32 u4_width,UWORD32 u4_height,UWORD8 *pu1_cksum_p );
    [all...]
  /external/libhevc/test/decoder/
main.c 129 void calc_md5_cksum(UWORD8 *pu1_inbuf, UWORD32 u4_stride, UWORD32 u4_width, UWORD32 u4_height, UWORD8 *pu1_cksum_p);
    [all...]
  /external/libmpeg2/test/decoder/
main.c 123 void calc_md5_cksum(UWORD8 *pu1_inbuf, UWORD32 u4_stride, UWORD32 u4_width, UWORD32 u4_height, UWORD8 *pu1_cksum_p);
    [all...]

Completed in 2627 milliseconds