HomeSort by relevance Sort by last modified time
    Searched refs:src_stride (Results 26 - 50 of 510) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
reconinter_dspr2.c 29 int src_stride,
39 prefetch_load_int(src + src_stride);
56 src += src_stride;
64 int src_stride,
72 prefetch_load_int(src + src_stride);
86 src += src_stride;
94 int src_stride,
102 prefetch_load_int(src + src_stride);
116 src += src_stride;
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
reconinter_dspr2.c 29 int src_stride,
39 prefetch_load_int(src + src_stride);
56 src += src_stride;
64 int src_stride,
72 prefetch_load_int(src + src_stride);
86 src += src_stride;
94 int src_stride,
102 prefetch_load_int(src + src_stride);
116 src += src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
reconinter_dspr2.c 29 int src_stride,
39 prefetch_load_int(src + src_stride);
56 src += src_stride;
64 int src_stride,
72 prefetch_load_int(src + src_stride);
86 src += src_stride;
94 int src_stride,
102 prefetch_load_int(src + src_stride);
116 src += src_stride;
  /external/libvpx/libvpx/vp9/encoder/
vp9_sad.c 37 unsigned int vp9_sad##m##x##n##_c(const uint8_t *src_ptr, int src_stride, \
40 return sad(src_ptr, src_stride, ref_ptr, ref_stride, m, n); \
42 unsigned int vp9_sad##m##x##n##_avg_c(const uint8_t *src_ptr, int src_stride, \
48 return sad(src_ptr, src_stride, comp_pred, m, m, n); \
65 void vp9_sad64x32x4d_c(const uint8_t *src_ptr, int src_stride,
70 sad_array[i] = vp9_sad64x32(src_ptr, src_stride, ref_ptr[i], ref_stride,
74 void vp9_sad32x64x4d_c(const uint8_t *src_ptr, int src_stride,
79 sad_array[i] = vp9_sad32x64(src_ptr, src_stride, ref_ptr[i], ref_stride,
83 void vp9_sad32x16x4d_c(const uint8_t *src_ptr, int src_stride,
88 sad_array[i] = vp9_sad32x16(src_ptr, src_stride, ref_ptr[i], ref_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_sad.c 37 unsigned int vp9_sad##m##x##n##_c(const uint8_t *src_ptr, int src_stride, \
40 return sad(src_ptr, src_stride, ref_ptr, ref_stride, m, n); \
42 unsigned int vp9_sad##m##x##n##_avg_c(const uint8_t *src_ptr, int src_stride, \
48 return sad(src_ptr, src_stride, comp_pred, m, m, n); \
65 void vp9_sad64x32x4d_c(const uint8_t *src_ptr, int src_stride,
70 sad_array[i] = vp9_sad64x32(src_ptr, src_stride, ref_ptr[i], ref_stride,
74 void vp9_sad32x64x4d_c(const uint8_t *src_ptr, int src_stride,
79 sad_array[i] = vp9_sad32x64(src_ptr, src_stride, ref_ptr[i], ref_stride,
83 void vp9_sad32x16x4d_c(const uint8_t *src_ptr, int src_stride,
88 sad_array[i] = vp9_sad32x16(src_ptr, src_stride, ref_ptr[i], ref_stride
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
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 45 (*util_format_dxtn_fetch_t)( int src_stride,
73 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);
76 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);
82 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);
85 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);
91 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);
94 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);
100 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);
103 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);
109 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/mesa3d/src/gallium/auxiliary/util/
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 45 (*util_format_dxtn_fetch_t)( int src_stride,
73 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);
76 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);
82 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);
85 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);
91 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);
94 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);
100 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);
103 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);
109 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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_convolve_neon.c 15 void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride,
29 vp9_convolve8_c(src, src_stride,
42 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
54 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride,
63 vp9_convolve8_avg_c(src, src_stride,
74 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve_neon.c 15 void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride,
29 return vp9_convolve8_c(src, src_stride,
40 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
52 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride,
61 return vp9_convolve8_avg_c(src, src_stride,
70 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_convolve_neon.c 15 void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride,
29 return vp9_convolve8_c(src, src_stride,
40 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
52 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride,
61 return vp9_convolve8_avg_c(src, src_stride,
70 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_variance_avx2.c 15 typedef void (*get_var_avx2)(const uint8_t *src, int src_stride,
19 void vp9_get16x16var_avx2(const uint8_t *src, int src_stride,
23 void vp9_get32x32var_avx2(const uint8_t *src, int src_stride,
27 unsigned int vp9_sub_pixel_variance32xh_avx2(const uint8_t *src, int src_stride,
34 int src_stride,
44 static void variance_avx2(const uint8_t *src, int src_stride,
57 var_fn(&src[src_stride * i + j], src_stride,
66 unsigned int vp9_variance16x16_avx2(const uint8_t *src, int src_stride,
70 variance_avx2(src, src_stride, ref, ref_stride, 16, 16
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_avg_dspr2.c 24 int32_t src_stride,
48 src -= 3 * src_stride;
60 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
62 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
64 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
104 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
106 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
108 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
110 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
175 [src_stride] "r" (src_stride), [cm] "r" (cm), [dst_ptr] "r" (dst_ptr
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_avg_dspr2.c 24 int32_t src_stride,
48 src -= 3 * src_stride;
60 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
62 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
64 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
104 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
106 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
108 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
110 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
175 [src_stride] "r" (src_stride), [cm] "r" (cm), [dst_ptr] "r" (dst_ptr
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_avg_dspr2.c 24 int32_t src_stride,
48 src -= 3 * src_stride;
60 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
62 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
64 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
104 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
106 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
108 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
110 "add %[src_ptr], %[src_ptr], %[src_stride] \n\t"
175 [src_stride] "r" (src_stride), [cm] "r" (cm), [dst_ptr] "r" (dst_ptr
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate_argb.cc 29 void ScaleARGBRowDownEven_SSE2(const uint8* src_ptr, int src_stride,
36 void ScaleARGBRowDownEven_NEON(const uint8* src_ptr, int src_stride,
45 static void ARGBTranspose(const uint8* src, int src_stride,
49 int src_pixel_step = src_stride >> 2;
50 void (*ScaleARGBRowDownEven)(const uint8* src_ptr, int src_stride,
71 void ARGBRotate90(const uint8* src, int src_stride,
77 src += src_stride * (height - 1);
78 src_stride = -src_stride;
79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height)
    [all...]
scale_mips.cc 24 void ScaleRowDown2_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
81 void ScaleRowDown2Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
83 const uint8* t = src_ptr + src_stride;
181 void ScaleRowDown4_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
237 void ScaleRowDown4Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
239 intptr_t stride = src_stride;
317 void ScaleRowDown34_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
364 void ScaleRowDown34_0_Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
374 "lwx $t1, %[src_stride](%[src_ptr]) \n" // |T3|T2|T1|T0|
412 [src_stride] "+r" (src_stride)
    [all...]
  /external/chromium_org/third_party/libyuv/source/
rotate_argb.cc 29 void ScaleARGBRowDownEven_SSE2(const uint8* src_ptr, int src_stride,
36 void ScaleARGBRowDownEven_NEON(const uint8* src_ptr, int src_stride,
45 static void ARGBTranspose(const uint8* src, int src_stride,
49 int src_pixel_step = src_stride >> 2;
50 void (*ScaleARGBRowDownEven)(const uint8* src_ptr, int src_stride,
71 void ARGBRotate90(const uint8* src, int src_stride,
77 src += src_stride * (height - 1);
78 src_stride = -src_stride;
79 ARGBTranspose(src, src_stride, dst, dst_stride, width, height)
    [all...]
scale_mips.cc 24 void ScaleRowDown2_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
81 void ScaleRowDown2Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
83 const uint8* t = src_ptr + src_stride;
181 void ScaleRowDown4_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
237 void ScaleRowDown4Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
239 intptr_t stride = src_stride;
317 void ScaleRowDown34_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
364 void ScaleRowDown34_0_Box_MIPS_DSPR2(const uint8* src_ptr, ptrdiff_t src_stride,
374 "lwx $t1, %[src_stride](%[src_ptr]) \n" // |T3|T2|T1|T0|
412 [src_stride] "+r" (src_stride)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
rotate.h 55 int RotatePlane(const uint8* src, int src_stride,
61 void RotatePlane90(const uint8* src, int src_stride,
66 void RotatePlane180(const uint8* src, int src_stride,
71 void RotatePlane270(const uint8* src, int src_stride,
76 void RotateUV90(const uint8* src, int src_stride,
86 void RotateUV180(const uint8* src, int src_stride,
92 void RotateUV270(const uint8* src, int src_stride,
102 void TransposePlane(const uint8* src, int src_stride,
107 void TransposeUV(const uint8* src, int src_stride,
  /external/chromium_org/third_party/libyuv/include/libyuv/
rotate.h 55 int RotatePlane(const uint8* src, int src_stride,
61 void RotatePlane90(const uint8* src, int src_stride,
66 void RotatePlane180(const uint8* src, int src_stride,
71 void RotatePlane270(const uint8* src, int src_stride,
76 void RotateUV90(const uint8* src, int src_stride,
86 void RotateUV180(const uint8* src, int src_stride,
92 void RotateUV270(const uint8* src, int src_stride,
102 void TransposePlane(const uint8* src, int src_stride,
107 void TransposeUV(const uint8* src, int src_stride,
  /external/libyuv/files/source/
rotate_argb.cc 28 void ScaleARGBRowDownEven_SSE2(const uint8* src_ptr, int src_stride,
36 static void ARGBTranspose(const uint8* src, int src_stride,
39 void (*ScaleARGBRowDownEven)(const uint8* src_ptr, int src_stride,
49 int src_pixel_step = src_stride / 4;
57 void ARGBRotate90(const uint8* src, int src_stride,
63 src += src_stride * (height - 1);
64 src_stride = -src_stride;
65 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
68 void ARGBRotate270(const uint8* src, int src_stride,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 33 void vp8_subtract_b_sse2_impl(unsigned char *z, int src_stride,
39 unsigned int src_stride = be->src_stride; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 33 void vp8_subtract_b_sse2_impl(unsigned char *z, int src_stride,
39 unsigned int src_stride = be->src_stride; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);

Completed in 466 milliseconds

12 3 4 5 6 7 8 91011>>