Home
last modified time | relevance | path

Searched refs:pu2_thrsh (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dime_distortion_metrics.c910 UWORD16 *pu2_thrsh, in ime_compute_satqd_16x16_lumainter() argument
964 pu2_thrsh[8] <= sad_1 || in ime_compute_satqd_16x16_lumainter()
965 pu2_thrsh[0] <= ls2 || in ime_compute_satqd_16x16_lumainter()
966 pu2_thrsh[1] <= ls1 || in ime_compute_satqd_16x16_lumainter()
967 pu2_thrsh[2] <= ls8 || in ime_compute_satqd_16x16_lumainter()
968 pu2_thrsh[3] <= ls5 || in ime_compute_satqd_16x16_lumainter()
970 pu2_thrsh[4] <= ls6 || in ime_compute_satqd_16x16_lumainter()
971 pu2_thrsh[5] <= ls3 || in ime_compute_satqd_16x16_lumainter()
972 pu2_thrsh[6] <= ls7 || in ime_compute_satqd_16x16_lumainter()
973 pu2_thrsh[7] <= ls4 in ime_compute_satqd_16x16_lumainter()
Dime_distortion_metrics.h86 UWORD16 *pu2_thrsh,
94 UWORD16 *pu2_thrsh,
/external/libavc/encoder/x86/
Dime_distortion_metrics_sse42.c1724 UWORD16 *pu2_thrsh, in ime_compute_satqd_16x16_lumainter_sse42() argument
1738 threshold = _mm_loadu_si128((__m128i *) pu2_thrsh); in ime_compute_satqd_16x16_lumainter_sse42()
1834 if (test1 == 0 || test2 == 0 || pu2_thrsh[8] <= sad_1 in ime_compute_satqd_16x16_lumainter_sse42()
1835 || pu2_thrsh[8] <= sad_2) in ime_compute_satqd_16x16_lumainter_sse42()
1933 if (test1 == 0 || test2 == 0 || pu2_thrsh[8] <= sad_1 in ime_compute_satqd_16x16_lumainter_sse42()
1934 || pu2_thrsh[8] <= sad_2) in ime_compute_satqd_16x16_lumainter_sse42()