Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dcdef_block_simd.h201 SIMD_INLINE v256 constrain16(v256 a, v256 b, unsigned int threshold, in constrain16() function
581 p0 = constrain16(p0, row, pri_strength, pri_damping); in SIMD_FUNC()
582 p1 = constrain16(p1, row, pri_strength, pri_damping); in SIMD_FUNC()
601 p0 = constrain16(p0, row, pri_strength, pri_damping); in SIMD_FUNC()
602 p1 = constrain16(p1, row, pri_strength, pri_damping); in SIMD_FUNC()
633 p0 = constrain16(p0, row, sec_strength, sec_damping); in SIMD_FUNC()
634 p1 = constrain16(p1, row, sec_strength, sec_damping); in SIMD_FUNC()
635 p2 = constrain16(p2, row, sec_strength, sec_damping); in SIMD_FUNC()
636 p3 = constrain16(p3, row, sec_strength, sec_damping); in SIMD_FUNC()
668 p0 = constrain16(p0, row, sec_strength, sec_damping); in SIMD_FUNC()
[all …]