Home
last modified time | relevance | path

Searched defs:sse1 (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmcomp.c2121 unsigned int *sse1, int *distortion, int *has_better_mv) { in check_better_fast()
2148 unsigned int *sse1, int *distortion, int *is_better) { in check_better()
2186 unsigned int *sse1, int *distortion) { in first_level_check_fast()
2226 unsigned int *sse1, int *distortion) { in second_level_check_fast()
2282 unsigned int *sse1, int *distortion, int iters) { in two_level_checks_fast()
2298 unsigned int *sse1, int *distortion) { in first_level_check()
2337 unsigned int *sse1, int *distortion) { in second_level_check_v2()
2388 const MV_COST_PARAMS *mv_cost_params, unsigned int *sse1, int *distortion) { in setup_center_error()
2450 const MV_COST_PARAMS *mv_cost_params, unsigned int *sse1, int *distortion) { in upsampled_setup_center_error()
2500 int *distortion, unsigned int *sse1, int_mv *last_mv_search_list) { in av1_find_best_sub_pixel_tree_pruned_evenmore()
[all …]
Dencoder.c5876 int64_t sse1 = INT64_MAX; in encode_with_and_without_superres() local
5903 int64_t sse1 = INT64_MAX; in encode_with_and_without_superres() local
/external/libaom/libaom/test/
Dvariance_test.cc517 unsigned int sse1, sse2, var1, var2; in RefTest() local
545 unsigned int sse1, sse2; in RefStrideTest() local
613 unsigned int sse1, sse2; in RefTestMse() local
744 unsigned int sse1, sse2; in RefTest() local
777 unsigned int sse1, sse2; in ExtremeRefTest() local
808 unsigned int sse1, sse2; in SpeedTest() local
862 uint32_t sse1, sse2; in RefTest() local
898 uint32_t sse1, sse2; in RefTest() local
992 uint32_t sse1, sse2; in RefTest() local
1029 uint32_t sse1, sse2; in ExtremeRefTest() local
[all …]
/external/libaom/libaom/aom_dsp/arm/
Dsse_neon.c18 const uint16_t sse1 = 0; in sse_W16x1_neon() local
228 const uint32_t sse1 = 0; in highbd_sse_W8x1_neon() local
Dvariance_neon.c87 uint32_t sse1, sse2; in aom_variance32x64_neon() local
100 uint32_t sse1, sse2; in aom_variance64x32_neon() local
113 uint32_t sse1, sse2; in aom_variance64x64_neon() local
137 uint32_t sse1, sse2; in aom_variance128x128_neon() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dvariance_neon.c213 uint32_t sse1, sse2; in vpx_variance32x64_neon() local
228 uint32_t sse1, sse2; in vpx_variance64x32_neon() local
243 uint32_t sse1, sse2; in vpx_variance64x64_neon() local
/external/libvpx/libvpx/test/
Dvariance_test.cc402 unsigned int sse1, sse2, var1, var2; in RefTest() local
432 unsigned int sse1, sse2; in RefStrideTest() local
505 unsigned int sse1, sse2; in RefTestMse() local
636 unsigned int sse1, sse2; in RefTest() local
671 unsigned int sse1, sse2; in ExtremeRefTest() local
707 uint32_t sse1, sse2; in RefTest() local
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi64.c379 _Bool sse1 = n == 2 && SSE_CLASS_P (classes[1]); in ffi_prep_cif_machdep() local
602 _Bool sse1 = SSE_CLASS_P (classes[1]); in ffi_closure_unix64_inner() local
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c381 _Bool sse1 = n == 2 && SSE_CLASS_P(classes[1]); in ffi_prep_cif_machdep() local
654 _Bool sse1 = SSE_CLASS_P (classes[1]); in ffi_closure_unix64_inner() local
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c383 _Bool sse1 = n == 2 && SSE_CLASS_P(classes[1]); in ffi_prep_cif_machdep() local
657 _Bool sse1 = SSE_CLASS_P (classes[1]); in ffi_closure_unix64_inner() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c300 int *mvjcost, int *mvcost[2], uint32_t *sse1, uint32_t *distortion) { in setup_center_error()
369 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_skip_sub_pixel_tree()
402 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned_evenmore()
468 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned_more()
530 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned()
730 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree()
2972 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_return_max_sub_pixel_mv()
2994 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_return_min_sub_pixel_mv()
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c226 unsigned int *sse1) { in vp8_find_best_sub_pixel_step_iteratively()
370 unsigned int *sse1) { in vp8_find_best_sub_pixel_step()
666 unsigned int *sse1) { in vp8_find_best_half_pixel_step()
Drdopt.c377 unsigned int sse1 = 0; in VP8_UVSSE() local
/external/libffi/src/x86/
Dffi64.c479 _Bool sse1 = n == 2 && SSE_CLASS_P (classes[1]); in ffi_prep_cif_machdep() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dvariance_avx2.c741 unsigned int sse1; in vpx_sub_pixel_variance64x64_avx2() local
765 unsigned int sse1; in vpx_sub_pixel_avg_variance64x64_avx2() local