Home
last modified time | relevance | path

Searched defs:pitch (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Ddct_mmi.c46 void vp8_short_fdct4x4_mmi(int16_t *input, int16_t *output, int pitch) { in vp8_short_fdct4x4_mmi()
225 void vp8_short_fdct8x4_mmi(int16_t *input, int16_t *output, int pitch) { in vp8_short_fdct8x4_mmi()
230 void vp8_short_walsh4x4_mmi(int16_t *input, int16_t *output, int pitch) { in vp8_short_walsh4x4_mmi()
/external/libvpx/libvpx/vp8/encoder/
Ddct.c15 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) { in vp8_short_fdct4x4_c()
55 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) { in vp8_short_fdct8x4_c()
60 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) { in vp8_short_walsh4x4_c()
/external/libvpx/libvpx/vp8/common/arm/neon/
Dloopfiltersimpleverticaledge_neon.c18 static INLINE void write_2x4(unsigned char *dst, int pitch, in write_2x4()
49 static INLINE void write_2x8(unsigned char *dst, int pitch, in write_2x8()
57 static INLINE void write_2x8(unsigned char *dst, int pitch, in write_2x8()
96 static INLINE uint8x8x4_t read_4x8(unsigned char *src, int pitch) { in read_4x8()
154 static INLINE uint8x8x4_t read_4x8(unsigned char *src, int pitch) { in read_4x8()
Dvp8_loopfilter_neon.c125 void vp8_loop_filter_horizontal_edge_y_neon(unsigned char *src, int pitch, in vp8_loop_filter_horizontal_edge_y_neon()
167 void vp8_loop_filter_horizontal_edge_uv_neon(unsigned char *u, int pitch, in vp8_loop_filter_horizontal_edge_uv_neon()
247 static INLINE void write_4x8(unsigned char *dst, int pitch, in write_4x8()
315 void vp8_loop_filter_vertical_edge_y_neon(unsigned char *src, int pitch, in vp8_loop_filter_vertical_edge_y_neon()
425 void vp8_loop_filter_vertical_edge_uv_neon(unsigned char *u, int pitch, in vp8_loop_filter_vertical_edge_uv_neon()
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c112 void vpx_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_4_c()
130 void vpx_lpf_horizontal_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_horizontal_4_dual_c()
138 void vpx_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_vertical_4_c()
154 void vpx_lpf_vertical_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_vertical_4_dual_c()
182 void vpx_lpf_horizontal_8_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_8_c()
203 void vpx_lpf_horizontal_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_horizontal_8_dual_c()
211 void vpx_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_vertical_8_c()
227 void vpx_lpf_vertical_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_vertical_8_dual_c()
289 static void mb_lpf_horizontal_edge_w(uint8_t *s, int pitch, in mb_lpf_horizontal_edge_w()
318 void vpx_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_16_c()
[all …]
Ddeblock.c118 void vpx_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, in vpx_mbpost_proc_across_ip_c()
162 void vpx_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, in vpx_mbpost_proc_down_c()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c50 void vpx_highbd_lpf_horizontal_16_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_16_sse2()
477 void vpx_highbd_lpf_horizontal_16_dual_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_16_dual_sse2()
485 void vpx_highbd_lpf_horizontal_8_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_8_sse2()
712 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_highbd_lpf_horizontal_8_dual_sse2()
719 void vpx_highbd_lpf_horizontal_4_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_4_sse2()
882 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_highbd_lpf_horizontal_4_dual_sse2()
1001 void vpx_highbd_lpf_vertical_4_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_vertical_4_sse2()
1025 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_highbd_lpf_vertical_4_dual_sse2()
1047 void vpx_highbd_lpf_vertical_8_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_vertical_8_sse2()
1071 uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_highbd_lpf_vertical_8_dual_sse2()
[all …]
Dloopfilter_sse2.c107 void vpx_lpf_horizontal_4_sse2(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_horizontal_4_sse2()
141 void vpx_lpf_vertical_4_sse2(uint8_t *s, int pitch, const uint8_t *blimit, in vpx_lpf_vertical_4_sse2()
231 void vpx_lpf_horizontal_16_sse2(unsigned char *s, int pitch, in vpx_lpf_horizontal_16_sse2()
593 void vpx_lpf_horizontal_16_dual_sse2(unsigned char *s, int pitch, in vpx_lpf_horizontal_16_dual_sse2()
925 void vpx_lpf_horizontal_8_sse2(unsigned char *s, int pitch, in vpx_lpf_horizontal_8_sse2()
1146 uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, in vpx_lpf_horizontal_8_dual_sse2()
1393 void vpx_lpf_horizontal_4_dual_sse2(unsigned char *s, int pitch, in vpx_lpf_horizontal_4_dual_sse2()
1665 void vpx_lpf_vertical_4_dual_sse2(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_vertical_4_dual_sse2()
1688 void vpx_lpf_vertical_8_sse2(unsigned char *s, int pitch, in vpx_lpf_vertical_8_sse2()
1712 void vpx_lpf_vertical_8_dual_sse2(uint8_t *s, int pitch, const uint8_t *blimit0, in vpx_lpf_vertical_8_dual_sse2()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_regions.c110 GLuint width, GLuint height, GLuint pitch, in intel_region_alloc_internal()
177 GLuint width, GLuint height, GLuint pitch, in intel_region_alloc_for_handle()
211 GLuint width, GLuint height, GLuint pitch, in intel_region_alloc_for_fd()
319 uint32_t pitch = region->pitch; in intel_region_get_aligned_offset() local
/external/sonic/
DMain.java24 float pitch, in runSonic()
64 float pitch = 1.0f; in main() local
Dmain.c21 float pitch, in runSonic()
78 float pitch = 1.0f; in main() local
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java71 public TJCompressor(byte[] srcImage, int x, int y, int width, int pitch, in TJCompressor()
82 public TJCompressor(byte[] srcImage, int width, int pitch, int height, in TJCompressor()
144 int pitch, int height, int pixelFormat) in setSourceImage()
170 public void setSourceImage(byte[] srcImage, int width, int pitch, in setSourceImage()
597 private native int compress(byte[] srcBuf, int width, int pitch, in compress()
603 int pitch, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress()
625 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV()
631 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
DTJDecompressor.java378 int pitch, int desiredHeight, int pixelFormat, in decompress()
389 yuvImage.getWidth(), pitch, yuvImage.getHeight(), pixelFormat, in decompress() local
407 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress()
438 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress()
812 int pitch = sm.getScanlineStride(); in decompress() local
886 int desiredWidth, int pitch, int desiredHeight, int pixelFormat, int flags) in decompress()
890 int y, int desiredWidth, int pitch, int desiredHeight, int pixelFormat, in decompress()
912 int pitch, int height, int pixelFormat, int flags) throws TJException; in decodeYUV()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dvp8_shortwalsh4x4_neon.c18 void vp8_short_walsh4x4_neon(int16_t *input, int16_t *output, int pitch) { in vp8_short_walsh4x4_neon()
22 void vp8_short_walsh4x4_neon(int16_t *input, int16_t *output, int pitch) { in vp8_short_walsh4x4_neon()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.h12 uint32_t pitch; member
26 uint32_t pitch; member
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c69 void vp8_short_fdct4x4_msa(int16_t *input, int16_t *output, int32_t pitch) { in vp8_short_fdct4x4_msa()
115 void vp8_short_fdct8x4_msa(int16_t *input, int16_t *output, int32_t pitch) { in vp8_short_fdct8x4_msa()
168 void vp8_short_walsh4x4_msa(int16_t *input, int16_t *output, int32_t pitch) { in vp8_short_walsh4x4_msa()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans16_dspr2.c24 void vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, int pitch, in vp9_iht16x16_256_add_dspr2()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_4_msa.c14 void vpx_lpf_horizontal_4_msa(uint8_t *src, int32_t pitch, in vpx_lpf_horizontal_4_msa()
40 void vpx_lpf_horizontal_4_dual_msa(uint8_t *src, int32_t pitch, in vpx_lpf_horizontal_4_dual_msa()
72 void vpx_lpf_vertical_4_msa(uint8_t *src, int32_t pitch, in vpx_lpf_vertical_4_msa()
100 void vpx_lpf_vertical_4_dual_msa(uint8_t *src, int32_t pitch, in vpx_lpf_vertical_4_dual_msa()
/external/libaom/libaom/aom_dsp/mips/
Dloopfilter_4_msa.c14 void aom_lpf_horizontal_4_msa(uint8_t *src, int32_t pitch, in aom_lpf_horizontal_4_msa()
40 void aom_lpf_horizontal_4_dual_msa(uint8_t *src, int32_t pitch, in aom_lpf_horizontal_4_dual_msa()
72 void aom_lpf_vertical_4_msa(uint8_t *src, int32_t pitch, in aom_lpf_vertical_4_msa()
100 void aom_lpf_vertical_4_dual_msa(uint8_t *src, int32_t pitch, in aom_lpf_vertical_4_dual_msa()
/external/libjpeg-turbo/java/
DTJUnitTest.java145 static void initBuf(byte[] buf, int w, int pitch, int h, int pf, int flags) in initBuf()
214 static void initIntBuf(int[] buf, int w, int pitch, int h, int pf, int flags) in initIntBuf()
256 int pitch = sm.getScanlineStride(); in initImg() local
262 int pitch = sm.getScanlineStride(); in initImg() local
296 static int checkBuf(byte[] buf, int w, int pitch, int h, int pf, int subsamp, in checkBuf()
422 static int checkIntBuf(int[] buf, int w, int pitch, int h, int pf, in checkIntBuf()
510 int pitch = sm.getScanlineStride(); in checkImg() local
517 int pitch = sm.getScanlineStride(); in checkImg() local
/external/mesa3d/src/glx/
Ddri2.h44 unsigned int pitch; member
/external/u-boot/drivers/video/
Dbcm2835.c17 int w, h, pitch; in bcm2835_video_probe() local
/external/libdrm/radeon/
Dradeon_bo.c98 uint32_t tiling_flags, uint32_t pitch) in radeon_bo_set_tiling()
106 uint32_t *tiling_flags, uint32_t *pitch) in radeon_bo_get_tiling()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_surface.h37 uint32_t pitch; member
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c47 int pitch = src_pixels_per_line; in vp9_highbd_post_proc_down_and_across_c() local
114 void vp9_highbd_mbpost_proc_across_ip_c(uint16_t *src, int pitch, int rows, in vp9_highbd_mbpost_proc_across_ip_c()
153 void vp9_highbd_mbpost_proc_down_c(uint16_t *dst, int pitch, int rows, int cols, in vp9_highbd_mbpost_proc_down_c()

12345678910