Searched defs:hev_mask (Results 1 – 5 of 5) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | loop_filter_neon.cc | 66 const uint8_t inner_thresh, uint8x8_t* const hev_mask, in Filter4Masks() 82 const uint8x8_t hev_mask, uint8x8_t* const p1q1_result, in Filter4() 141 uint8x8_t hev_mask; in Horizontal4_NEON() local 201 uint8x8_t hev_mask; in Vertical4_NEON() local 277 uint8x8_t* const hev_mask) { in Filter6Masks() 339 uint8x8_t needs_filter6_mask, is_flat3_mask, hev_mask; in Horizontal6_NEON() local 413 uint8x8_t needs_filter6_mask, is_flat3_mask, hev_mask; in Vertical6_NEON() local 512 uint8x8_t* const hev_mask) { in Filter8Masks() 586 uint8x8_t needs_filter8_mask, is_flat4_mask, hev_mask; in Horizontal8_NEON() local 665 uint8x8_t needs_filter8_mask, is_flat4_mask, hev_mask; in Vertical8_NEON() local [all …]
|
/external/webp/src/dsp/ |
D | dec_neon.c | 733 const uint8x16_t mask, const uint8x16_t hev_mask, in DoFilter4_NEON() 804 const uint8x16_t mask, const uint8x16_t hev_mask, in DoFilter6_NEON() 844 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in VFilter16_NEON() local 861 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in HFilter16_NEON() local 884 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in VFilter16i_NEON() local 908 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in HFilter16i_NEON() local 926 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in VFilter8_NEON() local 944 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in VFilter8i_NEON() local 959 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in HFilter8_NEON() local 976 const uint8x16_t hev_mask = NeedsHev_NEON(p1, p0, q0, q1, hev_thresh); in HFilter8i_NEON() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 72 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() function
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_filter_sse4.cc | 70 const __m128i hev_mask = _mm_packs_epi16(hev_mask1, hev_mask1); in Hev() local 1194 const __m128i hev_mask = _mm_cmpgt_epi16(max_pq, hev_thresh); in Hev() local
|
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 96 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask() function
|