/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_mmx.c | 19 int source_stride, 28 int source_stride, 37 int source_stride, in vp9_variance4x4_mmx() argument 44 vp9_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg); in vp9_variance4x4_mmx() 51 int source_stride, in vp9_variance8x8_mmx() argument 58 vp9_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg); in vp9_variance8x8_mmx() 66 int source_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() 78 vp9_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, in vp9_mse16x16_mmx() [all …]
|
D | vp9_variance_avx2.c | 18 int source_stride, 28 int source_stride, 38 int source_stride, 71 static void variance_avx2(const unsigned char *src_ptr, int source_stride, in variance_avx2() argument 85 var_fn(src_ptr + source_stride * i + j, source_stride, in variance_avx2() 96 int source_stride, in vp9_variance16x16_avx2() argument 103 variance_avx2(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, in vp9_variance16x16_avx2() 111 int source_stride, in vp9_mse16x16_avx2() argument 117 vp9_get16x16var_avx2(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, in vp9_mse16x16_avx2() 124 int source_stride, in vp9_variance32x32_avx2() argument [all …]
|
D | vp9_variance_sse2.c | 20 int source_stride, 30 int source_stride, 39 int source_stride, 108 int source_stride, 115 static void variance_sse2(const unsigned char *src_ptr, int source_stride, in variance_sse2() argument 128 var_fn(src_ptr + source_stride * i + j, source_stride, in variance_sse2() 138 int source_stride, in vp9_variance4x4_sse2() argument 145 variance_sse2(src_ptr, source_stride, ref_ptr, recon_stride, 4, 4, in vp9_variance4x4_sse2() 152 int source_stride, in vp9_variance8x4_sse2() argument 159 variance_sse2(src_ptr, source_stride, ref_ptr, recon_stride, 8, 4, in vp9_variance8x4_sse2() [all …]
|
D | vp9_variance_impl_intrin_avx2.c | 14 int source_stride, in vp9_get16x16var_avx2() argument 28 src_2strides = source_stride << 1; in vp9_get16x16var_avx2() 34 _mm_loadu_si128((__m128i const *)(src_ptr+source_stride)), 1); in vp9_get16x16var_avx2() 125 int source_stride, in vp9_get32x32var_avx2() argument 169 src_ptr+= source_stride; in vp9_get32x32var_avx2()
|
D | vp9_variance_impl_mmx.asm | 69 ; int source_stride, 93 movsxd rcx, dword ptr arg(1) ;[source_stride] 317 ; int source_stride, 341 movsxd rcx, dword ptr arg(1) ;[source_stride] 432 ; int source_stride, 452 movsxd rcx, dword ptr arg(1) ;[source_stride]
|
D | vp9_variance_impl_sse2.asm | 75 ; int source_stride, 95 movsxd rax, DWORD PTR arg(1) ;[source_stride] 219 ; int source_stride, 240 movsxd rax, DWORD PTR arg(1) ;[source_stride]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | variance_mmx.c | 42 int source_stride, 51 int source_stride, 84 int source_stride, in vp8_variance4x4_mmx() argument 92 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance4x4_mmx() 100 int source_stride, in vp8_variance8x8_mmx() argument 108 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance8x8_mmx() 117 int source_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 …vp8_get8x8var_mmx(src_ptr + 8 * source_stride, source_stride, ref_ptr + 8 * recon_stride, recon_st… in vp8_mse16x16_mmx() [all …]
|
D | variance_sse2.c | 37 int source_stride, 51 int source_stride, 60 int source_stride, 141 int source_stride, in vp8_variance4x4_wmt() argument 149 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance4x4_wmt() 158 int source_stride, in vp8_variance8x8_wmt() argument 166 vp8_get8x8var_sse2(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ; in vp8_variance8x8_wmt() 176 int source_stride, in vp8_variance16x16_wmt() argument 185 vp8_get16x16var_sse2(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0) ; in vp8_variance16x16_wmt() 191 int source_stride, in vp8_mse16x16_wmt() argument [all …]
|
D | variance_ssse3.c | 19 int source_stride,
|
D | variance_impl_mmx.asm | 69 ; int source_stride, 93 movsxd rcx, dword ptr arg(1) ;[source_stride] 317 ; int source_stride, 341 movsxd rcx, dword ptr arg(1) ;[source_stride] 432 ; int source_stride, 452 movsxd rcx, dword ptr arg(1) ;[source_stride]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_variance.h | 21 int source_stride, 30 int source_stride, 36 int source_stride, 43 int source_stride, 49 int source_stride, 55 int source_stride, 60 int source_stride, 66 int source_stride, 74 int source_stride, 85 int source_stride,
|
D | vp9_variance.c | 22 int source_stride, in variance() argument 42 src_ptr += source_stride; in variance() 167 int source_stride, in vp9_variance64x32_c() argument 174 variance(src_ptr, source_stride, ref_ptr, recon_stride, 64, 32, &var, &avg); in vp9_variance64x32_c() 224 int source_stride, in vp9_variance32x64_c() argument 231 variance(src_ptr, source_stride, ref_ptr, recon_stride, 32, 64, &var, &avg); in vp9_variance32x64_c() 281 int source_stride, in vp9_variance32x16_c() argument 288 variance(src_ptr, source_stride, ref_ptr, recon_stride, 32, 16, &var, &avg); in vp9_variance32x16_c() 338 int source_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 …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance_c.c | 36 int source_stride, in variance() argument 59 src_ptr += source_stride; in variance() 67 int source_stride, in vp8_variance16x16_c() argument 76 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 16, &var, &avg); in vp8_variance16x16_c() 83 int source_stride, in vp8_variance8x16_c() argument 92 variance(src_ptr, source_stride, ref_ptr, recon_stride, 8, 16, &var, &avg); in vp8_variance8x16_c() 99 int source_stride, in vp8_variance16x8_c() argument 108 variance(src_ptr, source_stride, ref_ptr, recon_stride, 16, 8, &var, &avg); in vp8_variance16x8_c() 116 int source_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 …]
|
D | variance.h | 23 int source_stride, 30 int source_stride, 37 int source_stride, 45 int source_stride, 54 int source_stride, 63 int source_stride, 72 int source_stride, 98 int source_stride,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 171 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 174 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 175 unsigned int vp8_variance8x8_armv6(const unsigned char *src_ptr, int source_stride, const unsigned … 176 unsigned int vp8_variance8x8_neon(const unsigned char *src_ptr, int source_stride, const unsigned c… 179 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 180 unsigned int vp8_variance8x16_neon(const unsigned char *src_ptr, int source_stride, const unsigned … 183 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 184 unsigned int vp8_variance16x8_neon(const unsigned char *src_ptr, int source_stride, const unsigned … 187 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 188 unsigned int vp8_variance16x16_armv6(const unsigned char *src_ptr, int source_stride, const unsigne… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 77 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, … 78 void vp8_copy32xn_sse2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_pt… 79 void vp8_copy32xn_sse3(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_pt… 80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned ch… 149 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 150 unsigned int vp8_get4x4sse_cs_mmx(const unsigned char *src_ptr, int source_stride, const unsigned c… 151 RTCD_EXTERN unsigned int (*vp8_get4x4sse_cs)(const unsigned char *src_ptr, int source_stride, const… 220 unsigned int vp8_mse16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *r… 221 unsigned int vp8_mse16x16_mmx(const unsigned char *src_ptr, int source_stride, const unsigned char … 222 unsigned int vp8_mse16x16_wmt(const unsigned char *src_ptr, int source_stride, const unsigned char … [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 145 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 148 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 149 unsigned int vp8_variance8x8_armv6(const unsigned char *src_ptr, int source_stride, const unsigned … 152 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 155 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 158 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 159 unsigned int vp8_variance16x16_armv6(const unsigned char *src_ptr, int source_stride, const unsigne… 162 unsigned int vp8_sub_pixel_variance4x4_c(const unsigned char *src_ptr, int source_stride, int xo… 165 unsigned int vp8_sub_pixel_variance8x8_c(const unsigned char *src_ptr, int source_stride, int xo… 166 unsigned int vp8_sub_pixel_variance8x8_armv6(const unsigned char *src_ptr, int source_stride, int… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 118 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 121 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 124 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 127 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 130 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 133 unsigned int vp8_sub_pixel_variance4x4_c(const unsigned char *src_ptr, int source_stride, int xo… 136 unsigned int vp8_sub_pixel_variance8x8_c(const unsigned char *src_ptr, int source_stride, int xo… 139 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int x… 142 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int x… 145 unsigned int vp8_sub_pixel_variance16x16_c(const unsigned char *src_ptr, int source_stride, int … [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 118 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 121 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 124 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 127 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 130 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 133 unsigned int vp8_sub_pixel_variance4x4_c(const unsigned char *src_ptr, int source_stride, int xo… 136 unsigned int vp8_sub_pixel_variance8x8_c(const unsigned char *src_ptr, int source_stride, int xo… 139 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int x… 142 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int x… 145 unsigned int vp8_sub_pixel_variance16x16_c(const unsigned char *src_ptr, int source_stride, int … [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 136 unsigned int vp8_variance4x4_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 139 unsigned int vp8_variance8x8_c(const unsigned char *src_ptr, int source_stride, const unsigned char… 142 unsigned int vp8_variance8x16_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 145 unsigned int vp8_variance16x8_c(const unsigned char *src_ptr, int source_stride, const unsigned cha… 148 unsigned int vp8_variance16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned ch… 151 unsigned int vp8_sub_pixel_variance4x4_c(const unsigned char *src_ptr, int source_stride, int xo… 154 unsigned int vp8_sub_pixel_variance8x8_c(const unsigned char *src_ptr, int source_stride, int xo… 157 unsigned int vp8_sub_pixel_variance8x16_c(const unsigned char *src_ptr, int source_stride, int x… 160 unsigned int vp8_sub_pixel_variance16x8_c(const unsigned char *src_ptr, int source_stride, int x… 163 unsigned int vp8_sub_pixel_variance16x16_c(const unsigned char *src_ptr, int source_stride, int … [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 51 unsigned int (*vp8_get4x4sse_cs)(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr… 58 extern unsigned int vp8_get8x8var_c(unsigned char *src_ptr, int source_stride, unsigned char *ref_… 88 extern unsigned int vp8_get4x4sse_cs_c(unsigned char *src_ptr, int source_stride, unsigned char *r… 118 extern unsigned int vp8_get8x8var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *re… 119 extern unsigned int vp8_get16x16var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | variance_altivec.asm | 151 ;# r4 int source_stride 173 ;# r4 int source_stride 194 ;# r4 int source_stride 239 ;# r4 int source_stride 259 ;# r4 int source_stride 280 ;# r4 int source_stride 301 ;# r4 int source_stride 340 ;# r4 int source_stride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | variance_neon.asm | 24 ; r1 int source_stride 97 ; int source_stride, 159 ; int source_stride, 213 ; r1 int source_stride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | vp8_mse16x16_neon.asm | 22 ; r1 int source_stride 81 ; r1 int source_stride,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | vp8_variance8x8_armv6.asm | 19 ; r1 int source_stride
|