Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_16_msa.c83 v16u8 flat, flat2, filter8; in hz_lpf_t16_16w() local
215 filter8 = LD_UB(filter48); in hz_lpf_t16_16w()
230 filter8 = __msa_bmnz_v(filter8, (v16u8)r_out, flat2); in hz_lpf_t16_16w()
231 ST_UB(filter8, src); in hz_lpf_t16_16w()
236 filter8 = LD_UB(filter48 + 16); in hz_lpf_t16_16w()
251 filter8 = __msa_bmnz_v(filter8, (v16u8)r_out, flat2); in hz_lpf_t16_16w()
252 ST_UB(filter8, src); in hz_lpf_t16_16w()
257 filter8 = LD_UB(filter48 + 32); in hz_lpf_t16_16w()
272 filter8 = __msa_bmnz_v(filter8, (v16u8)r_out, flat2); in hz_lpf_t16_16w()
273 ST_UB(filter8, src); in hz_lpf_t16_16w()
[all …]
/external/libaom/libaom/aom_dsp/mips/
Dloopfilter_16_msa.c82 v16u8 flat, flat2, filter8; in aom_hz_lpf_t16_16w() local
214 filter8 = LD_UB(filter48); in aom_hz_lpf_t16_16w()
229 filter8 = __msa_bmnz_v(filter8, (v16u8)r_out, flat2); in aom_hz_lpf_t16_16w()
230 ST_UB(filter8, src); in aom_hz_lpf_t16_16w()
235 filter8 = LD_UB(filter48 + 16); in aom_hz_lpf_t16_16w()
250 filter8 = __msa_bmnz_v(filter8, (v16u8)r_out, flat2); in aom_hz_lpf_t16_16w()
251 ST_UB(filter8, src); in aom_hz_lpf_t16_16w()
256 filter8 = LD_UB(filter48 + 32); in aom_hz_lpf_t16_16w()
271 filter8 = __msa_bmnz_v(filter8, (v16u8)r_out, flat2); in aom_hz_lpf_t16_16w()
272 ST_UB(filter8, src); in aom_hz_lpf_t16_16w()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c162 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, in filter8() function
197 filter8(mask, *thresh, flat, s - 4 * pitch, s - 3 * pitch, s - 2 * pitch, in vpx_lpf_horizontal_8_c()
221 filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1, s, s + 1, s + 2, in vpx_lpf_vertical_8_c()
285 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3); in filter16()
/external/libaom/libaom/aom_dsp/
Dloopfilter.c200 static INLINE void filter8(int8_t mask, uint8_t thresh, int8_t flat, in filter8() function
262 filter8(mask, *thresh, flat, s - 4 * p, s - 3 * p, s - 2 * p, s - 1 * p, s, in aom_lpf_horizontal_8_c()
311 filter8(mask, *thresh, flat, s - 4, s - 3, s - 2, s - 1, s, s + 1, s + 2, in aom_lpf_vertical_8_c()
369 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3); in filter14()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_loopfilter_neon.c290 static INLINE void filter8(const uint16x8_t mask, const uint16x8_t flat, in filter8() function
623 filter8(mask, flat, flat_status, hev, p3, p2, p1, p0, q0, q1, q2, q3, &op2, in vpx_highbd_lpf_horizontal_8_neon()
650 filter8(mask, flat, flat_status, hev, p3, p2, p1, p0, q0, q1, q2, q3, &op2, in vpx_highbd_lpf_vertical_8_neon()