Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_4_msa.c45 const uint8_t *thresh1_ptr) { in vpx_lpf_horizontal_4_dual_msa() argument
53 thresh1 = (v16u8)__msa_fill_b(*thresh1_ptr); in vpx_lpf_horizontal_4_dual_msa()
105 const uint8_t *thresh1_ptr) { in vpx_lpf_vertical_4_dual_msa() argument
122 thresh1 = (v16u8)__msa_fill_b(*thresh1_ptr); in vpx_lpf_vertical_4_dual_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dloopfilter_filters_msa.c215 const uint8_t *thresh1_ptr) { in loop_filter_horizontal_4_dual_msa() argument
222 thresh1 = (v16u8)__msa_fill_b(*thresh1_ptr); in loop_filter_horizontal_4_dual_msa()
246 const uint8_t *thresh1_ptr) { in loop_filter_vertical_4_dual_msa() argument
262 thresh1 = (v16u8)__msa_fill_b(*thresh1_ptr); in loop_filter_vertical_4_dual_msa()