H A D | vp9_lpf_msa.c | 1771 uint8_t *src_org, int32_t pitch_org, in vp9_vt_lpf_t4_and_t8_8w() 1807 ST_W8(vec2, vec3, 0, 1, 2, 3, 0, 1, 2, 3, (src_org - 2), pitch_org); in vp9_vt_lpf_t4_and_t8_8w() 1842 static int32_t vp9_vt_lpf_t16_8w(uint8_t *src, uint8_t *src_org, ptrdiff_t pitch, in vp9_vt_lpf_t16_8w() argument 1873 src_org -= 3; in vp9_vt_lpf_t16_8w() 1874 ST_W4(vec3, 0, 1, 2, 3, src_org, pitch); in vp9_vt_lpf_t16_8w() 1875 ST_H4(vec2, 0, 1, 2, 3, (src_org + 4), pitch); in vp9_vt_lpf_t16_8w() 1876 src_org += (4 * pitch); in vp9_vt_lpf_t16_8w() 1877 ST_W4(vec4, 0, 1, 2, 3, src_org, pitch); in vp9_vt_lpf_t16_8w() 1878 ST_H4(vec2, 4, 5, 6, 7, (src_org + 4), pitch); in vp9_vt_lpf_t16_8w() 2092 uint8_t *src_org, ptrdiff_ in vp9_vt_lpf_t4_and_t8_16w() 1770 vp9_vt_lpf_t4_and_t8_8w(uint8_t *src, uint8_t *filter48, uint8_t *src_org, int32_t pitch_org, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) vp9_vt_lpf_t4_and_t8_8w() argument 2091 vp9_vt_lpf_t4_and_t8_16w(uint8_t *src, uint8_t *filter48, uint8_t *src_org, ptrdiff_t pitch, int32_t b_limit_ptr, int32_t limit_ptr, int32_t thresh_ptr) vp9_vt_lpf_t4_and_t8_16w() argument 2175 vp9_vt_lpf_t16_16w(uint8_t *src, uint8_t *src_org, ptrdiff_t pitch, uint8_t *filter48) vp9_vt_lpf_t16_16w() argument [all...] |