Searched refs:Sum (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c58 extern unsigned int vp8_get8x8var_c(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
118 extern unsigned int vp8_get8x8var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
119 extern unsigned int vp8_get16x16var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_intrin_avx2.c18 int *Sum) {
120 *((int*)Sum)= _mm_cvtsi128_si32(sum_res);
129 int *Sum) {
210 *((int*)Sum)= _mm_cvtsi128_si32(_mm256_castsi256_si128(sum_ref_src)) +
13 vp9_get16x16var_avx2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum) argument
124 vp9_get32x32var_avx2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum) argument
H A Dvp9_variance_mmx.c23 int *Sum
32 int *Sum
H A Dvp9_variance_avx2.c22 int *Sum
32 int *Sum
42 int *Sum
H A Dvp9_variance_sse2.c24 int *Sum
34 int *Sum
43 int *Sum
112 int *Sum
H A Dvp9_subpel_variance_impl_sse2.asm113 mov rsi, arg(5) ;[Sum]
220 mov rsi, arg(5) ;[Sum]
324 mov rsi, arg(5) ;[Sum]
H A Dvp9_variance_impl_sse2.asm79 ; int * Sum
197 mov rax, arg(5) ;[Sum]
223 ; int * Sum
382 mov rax, arg(5) ;[Sum]
H A Dvp9_ssim_opt.asm27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
H A Dvp9_variance_impl_mmx.asm73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dvariance_ssse3.c23 int *Sum
H A Dvariance_sse2.c41 int *Sum
55 int *Sum
64 int *Sum
H A Dvariance_mmx.c46 int *Sum
55 int *Sum
H A Dvariance_impl_sse2.asm81 ; int * Sum
199 mov rax, arg(5) ;[Sum]
225 ; int * Sum
384 mov rax, arg(5) ;[Sum]
905 mov rsi, arg(5) ;[Sum]
1120 mov rsi, arg(5) ;[Sum]
1330 mov rsi, arg(5) ;[Sum]
H A Dvariance_impl_mmx.asm73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
H A Dvariance_impl_ssse3.asm335 mov rsi, arg(7) ;[Sum]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dvariance_altivec.asm155 ;# r8 int *Sum
177 ;# r8 int *Sum
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dssim_opt.asm27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c1695 int Sum; local
1713 Sum = tree_update_hist[i][j][k][l][0] + tree_update_hist[i][j][k][l][1];
1715 if (Sum > 0)
1717 if (((tree_update_hist[i][j][k][l][0] * 255) / Sum) > 0)
1718 fprintf(f, "%3ld, ", (tree_update_hist[i][j][k][l][0] * 255) / Sum);

Completed in 196 milliseconds