Searched defs:Width (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxd.h31 int Width; member in struct:__anon531
H A Dfilter.c360 * INT32 Width : Block width
382 int Width,
390 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
393 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
374 filter_block2d_bil( unsigned char *src_ptr, unsigned char *dst_ptr, unsigned int src_pitch, unsigned int dst_pitch, const short *HFilter, const short *VFilter, int Width, int Height ) argument
H A Donyx.h102 int Width; member in struct:__anon528
H A Donyxc_int.h74 int Width; member in struct:VP8Common
H A Dpostproc.c495 * unsigned int Width width of plane
514 unsigned int Width, unsigned int Height, int Pitch)
523 for (j = 0; j < Width; j++)
735 dest->y_width = oci->Width;
748 int width = (oci->Width + 15) & ~15;
1196 dest->y_width = oci->Width;
510 vp8_plane_add_noise_c(unsigned char *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.c25 int Width,
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
17 vp8_filter_block2d_bil_armv6( unsigned char *src_ptr, unsigned char *dst_ptr, unsigned int src_pitch, unsigned int dst_pitch, const short *HFilter, const short *VFilter, int Width, int Height ) argument
/hardware/intel/img/psb_video/src/
H A Dpsb_surface_attrib.c262 int Width,
284 unsigned int width = (unsigned int)Width;
260 psb_CreateSurfacesForUserPtr( VADriverContextP ctx, int Width, int Height, int format, int num_surfaces, VASurfaceID *surface_list, unsigned size, unsigned int fourcc, unsigned int luma_stride, unsigned int chroma_u_stride, unsigned int chroma_v_stride, unsigned int luma_offset, unsigned int chroma_u_offset, unsigned int chroma_v_offset, unsigned int tiling ) argument
H A Dpnw_hostcode.h206 IMG_UINT16 Width; /* ~0xf & (RawWidth + 0xf)*/ member in struct:context_ENC_s
447 IMG_UINT16 Width; member in struct:_PIC_PARAMS_
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dconvolve_test.cc198 int Width() const { return GET_PARAM(0); } function in class:__anon449::ConvolveTest
201 const int center = (kOuterBlockSize - Width()) / 2;
210 i % kOuterBlockSize >= (BorderLeft() + Width()));
265 Width(), Height()));
270 for (int x = 0; x < Width(); ++x)
282 Width(), Height()));
287 for (int x = 0; x < Width(); ++x)
299 Width(), Height()));
304 for (int x = 0; x < Width(); ++x)
355 Width(), Heigh
[all...]
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_deblock.c469 uint32_t Width,
482 PicSize = Width * Height;
505 i < Width;
530 h264_macroblockCmdSequence(cmdbuf, Above1Mb, (i % Width), (i / Width) - 1, 0);
531 h264_macroblockCmdSequence(cmdbuf, CurrMb, (i % Width), (i / Width), 1);
465 h264_secondPass( psb_cmdbuf_p cmdbuf, uint8_t * MbData, uint32_t OperatingModeCmd, uint32_t Width, uint32_t Height ) argument
H A Dlnc_hostcode.h161 IMG_UINT32 Width; member in struct:context_ENC_s
368 IMG_UINT16 Width; member in struct:_PIC_PARAMS_

Completed in 148 milliseconds