Home
last modified time | relevance | path

Searched refs:recon_stride (Results 1 – 25 of 27) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_variance_mmx.c21 int recon_stride,
30 int recon_stride,
39 int recon_stride, in vp9_variance4x4_mmx() argument
44 vp9_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg); in vp9_variance4x4_mmx()
53 int recon_stride, in vp9_variance8x8_mmx() argument
58 vp9_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg); in vp9_variance8x8_mmx()
68 int recon_stride, in vp9_mse16x16_mmx() argument
74 vp9_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, in vp9_mse16x16_mmx()
76 vp9_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, in vp9_mse16x16_mmx()
79 ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2); in vp9_mse16x16_mmx()
[all …]
Dvp9_variance_avx2.c20 int recon_stride,
30 int recon_stride,
40 int recon_stride,
72 const unsigned char *ref_ptr, int recon_stride, in variance_avx2() argument
86 ref_ptr + recon_stride * i + j, recon_stride, &sse0, &sum0); in variance_avx2()
98 int recon_stride, in vp9_variance16x16_avx2() argument
103 variance_avx2(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, in vp9_variance16x16_avx2()
113 int recon_stride, in vp9_mse16x16_avx2() argument
117 vp9_get16x16var_avx2(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, in vp9_mse16x16_avx2()
126 int recon_stride, in vp9_variance32x32_avx2() argument
[all …]
Dvp9_variance_sse2.c22 int recon_stride,
32 int recon_stride,
41 int recon_stride,
110 int recon_stride,
116 const unsigned char *ref_ptr, int recon_stride, in variance_sse2() argument
129 ref_ptr + recon_stride * i + j, recon_stride, &sse0, &sum0); in variance_sse2()
140 int recon_stride, in vp9_variance4x4_sse2() argument
145 variance_sse2(src_ptr, source_stride, ref_ptr, recon_stride, 4, 4, in vp9_variance4x4_sse2()
154 int recon_stride, in vp9_variance8x4_sse2() argument
159 variance_sse2(src_ptr, source_stride, ref_ptr, recon_stride, 8, 4, in vp9_variance8x4_sse2()
[all …]
Dvp9_variance_impl_intrin_avx2.c16 int recon_stride, in vp9_get16x16var_avx2() argument
29 ref_2strides = recon_stride << 1; in vp9_get16x16var_avx2()
39 _mm_loadu_si128((__m128i const *)(ref_ptr+recon_stride)), 1); in vp9_get16x16var_avx2()
127 int recon_stride, in vp9_get32x32var_avx2() argument
170 ref_ptr+= recon_stride; in vp9_get32x32var_avx2()
Dvp9_variance_impl_mmx.asm71 ; int recon_stride,
94 movsxd rdx, dword ptr arg(3) ;[recon_stride]
319 ; int recon_stride,
342 movsxd rdx, dword ptr arg(3) ;[recon_stride]
434 ; int recon_stride
453 movsxd rdx, dword ptr arg(3) ;[recon_stride]
Dvp9_variance_impl_sse2.asm77 ; int recon_stride,
96 movsxd rdx, DWORD PTR arg(3) ;[recon_stride]
221 ; int recon_stride,
241 movsxd rdx, DWORD PTR arg(3) ;[recon_stride]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_mmx.c44 int recon_stride,
53 int recon_stride,
86 int recon_stride, in vp8_variance4x4_mmx() argument
92 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance4x4_mmx()
102 int recon_stride, in vp8_variance8x8_mmx() argument
108 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance8x8_mmx()
119 int recon_stride, in vp8_mse16x16_mmx() argument
126 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ; in vp8_mse16x16_mmx()
127 vp8_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride, &sse1, &sum1); in vp8_mse16x16_mmx()
128 …_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_stride, &sse2, … in vp8_mse16x16_mmx()
[all …]
Dvariance_sse2.c39 int recon_stride,
53 int recon_stride,
62 int recon_stride,
143 int recon_stride, in vp8_variance4x4_wmt() argument
149 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance4x4_wmt()
160 int recon_stride, in vp8_variance8x8_wmt() argument
166 vp8_get8x8var_sse2(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance8x8_wmt()
178 int recon_stride, in vp8_variance16x16_wmt() argument
185 vp8_get16x16var_sse2(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ; in vp8_variance16x16_wmt()
193 int recon_stride, in vp8_mse16x16_wmt() argument
[all …]
Dvariance_ssse3.c21 int recon_stride,
Dvariance_impl_mmx.asm71 ; int recon_stride,
94 movsxd rdx, dword ptr arg(3) ;[recon_stride]
319 ; int recon_stride,
342 movsxd rdx, dword ptr arg(3) ;[recon_stride]
434 ; int recon_stride
453 movsxd rdx, dword ptr arg(3) ;[recon_stride]
Dvariance_impl_sse2.asm79 ; int recon_stride,
98 movsxd rdx, DWORD PTR arg(3) ;[recon_stride]
223 ; int recon_stride,
243 movsxd rdx, DWORD PTR arg(3) ;[recon_stride]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dvariance_c.c38 int recon_stride, in variance() argument
60 ref_ptr += recon_stride; in variance()
69 int recon_stride, in vp8_variance16x16_c() argument
76 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, &var, &avg); in vp8_variance16x16_c()
85 int recon_stride, in vp8_variance8x16_c() argument
92 variance(src_ptr, source_stride, ref_ptr, recon_stride, 8, 16, &var, &avg); in vp8_variance8x16_c()
101 int recon_stride, in vp8_variance16x8_c() argument
108 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 8, &var, &avg); in vp8_variance16x8_c()
118 int recon_stride, in vp8_variance8x8_c() argument
125 variance(src_ptr, source_stride, ref_ptr, recon_stride, 8, 8, &var, &avg); in vp8_variance8x8_c()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_variance.c24 int recon_stride, in variance() argument
43 ref_ptr += recon_stride; in variance()
169 int recon_stride, in vp9_variance64x32_c() argument
174 variance(src_ptr, source_stride, ref_ptr, recon_stride, 64, 32, &var, &avg); in vp9_variance64x32_c()
226 int recon_stride, in vp9_variance32x64_c() argument
231 variance(src_ptr, source_stride, ref_ptr, recon_stride, 32, 64, &var, &avg); in vp9_variance32x64_c()
283 int recon_stride, in vp9_variance32x16_c() argument
288 variance(src_ptr, source_stride, ref_ptr, recon_stride, 32, 16, &var, &avg); in vp9_variance32x16_c()
340 int recon_stride, in vp9_variance16x32_c() argument
345 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 32, &var, &avg); in vp9_variance16x32_c()
[all …]
Dvp9_variance.h23 int recon_stride,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c51 …t4x4sse_cs)(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride);
58 …igned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *…
88 …4x4sse_cs_c(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride);
118 …igned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *…
119 …igned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dvariance_altivec.asm153 ;# r6 int recon_stride
175 ;# r6 int recon_stride
196 ;# r6 int recon_stride
241 ;# r6 int recon_stride
261 ;# r6 int recon_stride
282 ;# r6 int recon_stride
303 ;# r6 int recon_stride
342 ;# r6 int recon_stride
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dvp8_mse16x16_neon.asm24 ; r3 int recon_stride
83 ; r3 int recon_stride
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dvariance_neon.asm26 ; r3 int recon_stride
99 ; int recon_stride,
161 ; int recon_stride,
215 ; r3 int recon_stride
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dvp8_variance8x8_armv6.asm21 ; r3 int recon_stride
Dvp8_variance16x16_armv6.asm23 ; r3 int recon_stride
Dvp8_variance_halfpixvar16x16_h_armv6.asm23 ; r3 int recon_stride
Dvp8_variance_halfpixvar16x16_v_armv6.asm23 ; r3 int recon_stride
Dvp8_variance_halfpixvar16x16_hv_armv6.asm23 ; r3 int recon_stride
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
Dvp8_mse16x16_armv6.asm21 ; r3 int recon_stride
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpickinter.c100 int recon_stride in vp8_get4x4sse_cs_c() argument
115 ref_ptr += recon_stride; in vp8_get4x4sse_cs_c()

12