HomeSort by relevance Sort by last modified time
    Searched refs:src_stride (Results 1 - 25 of 315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_common.cc 19 void TransposeWx8_C(const uint8* src, int src_stride,
23 dst[0] = src[0 * src_stride];
24 dst[1] = src[1 * src_stride];
25 dst[2] = src[2 * src_stride];
26 dst[3] = src[3 * src_stride];
27 dst[4] = src[4 * src_stride];
28 dst[5] = src[5 * src_stride];
29 dst[6] = src[6 * src_stride];
30 dst[7] = src[7 * src_stride];
36 void TransposeUVWx8_C(const uint8* src, int src_stride,
    [all...]
rotate_mips.cc 25 void TransposeWx8_DSPR2(const uint8* src, int src_stride,
30 "sll $t2, %[src_stride], 0x1 \n" // src_stride x 2
31 "sll $t4, %[src_stride], 0x2 \n" // src_stride x 4
32 "sll $t9, %[src_stride], 0x3 \n" // src_stride x 8
33 "addu $t3, $t2, %[src_stride] \n"
34 "addu $t5, $t4, %[src_stride] \n"
40 " subu $t7, $t9, %[src_stride] \n
    [all...]
rotate_gcc.cc 25 void TransposeWx8_SSSE3(const uint8* src, int src_stride,
103 : "r"((intptr_t)(src_stride)), // %3
113 void TransposeWx8_Fast_SSSE3(const uint8* src, int src_stride,
243 : "r"((intptr_t)(src_stride)), // %3
254 void TransposeUVWx8_SSE2(const uint8* src, int src_stride,
354 : "r"((intptr_t)(src_stride)), // %4
  /external/libyuv/files/source/
rotate_common.cc 20 int src_stride,
26 dst[0] = src[0 * src_stride];
27 dst[1] = src[1 * src_stride];
28 dst[2] = src[2 * src_stride];
29 dst[3] = src[3 * src_stride];
30 dst[4] = src[4 * src_stride];
31 dst[5] = src[5 * src_stride];
32 dst[6] = src[6 * src_stride];
33 dst[7] = src[7 * src_stride];
40 int src_stride,
    [all...]
rotate_dspr2.cc 25 int src_stride,
32 "sll $t2, %[src_stride], 0x1 \n" // src_stride x 2
33 "sll $t4, %[src_stride], 0x2 \n" // src_stride x 4
34 "sll $t9, %[src_stride], 0x3 \n" // src_stride x 8
35 "addu $t3, $t2, %[src_stride] \n"
36 "addu $t5, $t4, %[src_stride] \n"
42 " subu $t7, $t9, %[src_stride] \n
    [all...]
scale_neon.cc 27 ptrdiff_t src_stride,
30 (void)src_stride;
50 ptrdiff_t src_stride,
53 (void)src_stride;
76 ptrdiff_t src_stride,
98 "+r"(src_stride), // %1
107 ptrdiff_t src_stride,
110 (void)src_stride;
128 ptrdiff_t src_stride,
131 const uint8* src_ptr1 = src_ptr + src_stride;
    [all...]
rotate_gcc.cc 26 int src_stride,
106 : "r"((intptr_t)(src_stride)), // %3
116 int src_stride,
248 : "r"((intptr_t)(src_stride)), // %3
259 int src_stride,
362 : "r"((intptr_t)(src_stride)), // %4
  /external/libvpx/libvpx/vp8/common/
copy_c.c 17 void vp8_copy32xn_c(const unsigned char *src_ptr, int src_stride,
24 src_ptr += src_stride;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_other.h 38 const uint8_t *src_row, unsigned src_stride,
43 const float *src_row, unsigned src_stride,
52 const uint8_t *src_row, unsigned src_stride,
57 const uint8_t *src_row, unsigned src_stride,
63 const uint8_t *src_row, unsigned src_stride,
68 const float *src_row, unsigned src_stride,
77 const uint8_t *src_row, unsigned src_stride,
82 const uint8_t *src_row, unsigned src_stride,
88 const uint8_t *src_row, unsigned src_stride,
93 const float *src_row, unsigned src_stride,
    [all...]
u_format_zs.h 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_rgtc.h 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_etc.h 32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
u_format_latc.h 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
u_format_yuv.h 126 const uint8_t *src_row, unsigned src_stride,
131 const uint8_t *src_row, unsigned src_stride,
136 const float *src_row, unsigned src_stride,
141 const uint8_t *src_row, unsigned src_stride,
150 const uint8_t *src_row, unsigned src_stride,
155 const uint8_t *src_row, unsigned src_stride,
160 const float *src_row, unsigned src_stride,
165 const uint8_t *src_row, unsigned src_stride,
175 const uint8_t *src_row, unsigned src_stride,
179 const uint8_t *src_row, unsigned src_stride,
    [all...]
u_format_s3tc.h 48 (*util_format_dxtn_fetch_t)( int src_stride,
76 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
79 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
85 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
88 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
94 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
97 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
103 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
106 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
112 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate_row.h 63 void TransposeWxH_C(const uint8* src, int src_stride,
66 void TransposeWx8_C(const uint8* src, int src_stride,
68 void TransposeWx8_NEON(const uint8* src, int src_stride,
70 void TransposeWx8_SSSE3(const uint8* src, int src_stride,
72 void TransposeWx8_Fast_SSSE3(const uint8* src, int src_stride,
74 void TransposeWx8_DSPR2(const uint8* src, int src_stride,
76 void TransposeWx8_Fast_DSPR2(const uint8* src, int src_stride,
79 void TransposeWx8_Any_NEON(const uint8* src, int src_stride,
81 void TransposeWx8_Any_SSSE3(const uint8* src, int src_stride,
83 void TransposeWx8_Fast_Any_SSSE3(const uint8* src, int src_stride,
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/mmi/
copymem_mmi.c 19 MMI_ADDU(%[src], %[src], %[src_stride]) \
29 MMI_ADDU(%[src], %[src], %[src_stride]) \
39 MMI_ADDU(%[src], %[src], %[src_stride]) \
42 MMI_ADDU(%[src], %[src], %[src_stride]) \
51 void vp8_copy_mem16x16_mmi(unsigned char *src, int src_stride,
68 : [src_stride]"r"((mips_reg)src_stride),
75 void vp8_copy_mem8x8_mmi(unsigned char *src, int src_stride, unsigned char *dst,
90 : [src_stride]"r"((mips_reg)src_stride),
    [all...]
  /external/libyuv/files/include/libyuv/
rotate_row.h 69 int src_stride,
76 int src_stride,
81 int src_stride,
86 int src_stride,
91 int src_stride,
96 int src_stride,
101 int src_stride,
106 int src_stride,
111 int src_stride,
117 int src_stride,
    [all...]
scale_row.h 120 int src_stride,
133 int src_stride,
176 ptrdiff_t src_stride,
180 ptrdiff_t src_stride,
184 ptrdiff_t src_stride,
188 ptrdiff_t src_stride,
192 ptrdiff_t src_stride,
196 ptrdiff_t src_stride,
200 ptrdiff_t src_stride,
204 ptrdiff_t src_stride,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve_copy_neon.c 16 void vpx_highbd_convolve_copy_neon(const uint16_t *src, ptrdiff_t src_stride,
31 src += src_stride;
34 src += src_stride;
41 src += src_stride;
44 src += src_stride;
51 src += src_stride;
54 src += src_stride;
57 src += src_stride;
60 src += src_stride;
67 src += src_stride;
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
copymem_neon.c 13 void vp8_copy_mem8x4_neon(unsigned char *src, int src_stride,
21 src += src_stride;
26 void vp8_copy_mem8x8_neon(unsigned char *src, int src_stride,
34 src += src_stride;
39 void vp8_copy_mem16x16_neon(unsigned char *src, int src_stride,
47 src += src_stride;
  /external/libvpx/libvpx/vp8/common/mips/msa/
copymem_msa.c 14 static void copy_8x4_msa(uint8_t *src, int32_t src_stride, uint8_t *dst,
18 LD4(src, src_stride, src0, src1, src2, src3);
22 static void copy_8x8_msa(uint8_t *src, int32_t src_stride, uint8_t *dst,
26 LD4(src, src_stride, src0, src1, src2, src3);
27 src += (4 * src_stride);
31 LD4(src, src_stride, src0, src1, src2, src3);
35 static void copy_16x16_msa(uint8_t *src, int32_t src_stride, uint8_t *dst,
40 LD_UB8(src, src_stride, src0, src1, src2, src3, src4, src5, src6, src7);
41 src += (8 * src_stride);
42 LD_UB8(src, src_stride, src8, src9, src10, src11, src12, src13, src14, src15)
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
reconinter_dspr2.c 21 int src_stride,
29 prefetch_load_int(src + src_stride);
44 src += src_stride;
49 __inline void vp8_copy_mem8x8_dspr2(unsigned char *RESTRICT src, int src_stride,
56 prefetch_load_int(src + src_stride);
68 src += src_stride;
73 __inline void vp8_copy_mem8x4_dspr2(unsigned char *RESTRICT src, int src_stride,
80 prefetch_load_int(src + src_stride);
92 src += src_stride;
  /external/libvpx/libvpx/vpx_dsp/
sum_squares.c 13 uint64_t vpx_sum_squares_2d_i16_c(const int16_t *src, int src_stride,
23 src += src_stride;
  /external/libvpx/libvpx/vpx_dsp/mips/
subtract_mmi.c 18 ptrdiff_t src_stride, const uint8_t *pred,
39 MMI_ADDU(%[src], %[src], %[src_stride])
53 MMI_ADDU(%[src], %[src], %[src_stride])
67 MMI_ADDU(%[src], %[src], %[src_stride])
114 : [src_stride] "r"((mips_reg)src_stride),
128 MMI_ADDU(%[src], %[src], %[src_stride])
134 MMI_ADDU(%[src], %[src], %[src_stride])
140 MMI_ADDU(%[src], %[src], %[src_stride])
146 MMI_ADDU(%[src], %[src], %[src_stride])
    [all...]

Completed in 614 milliseconds

1 2 3 4 5 6 7 8 91011>>