Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/x86/
Dvf_fspp_init.c32 void ff_mul_thrmat_mmx(int16_t *thr_adr_noq, int16_t *thr_adr, int q);
33 void ff_column_fidct_mmx(int16_t *thr_adr, int16_t *data, int16_t *output, int cnt);
Dvf_fspp.asm183 ;void ff_mul_thrmat_mmx(int16_t *thr_adr_noq, int16_t *thr_adr, int q);
463 ;void ff_column_fidct_mmx(int16_t *thr_adr, int16_t *data, int16_t *output, int cnt);
/third_party/ffmpeg/libavfilter/
Dvf_fspp.h80 void (*mul_thrmat)(int16_t *thr_adr_noq, int16_t *thr_adr, int q);
82 void (*column_fidct)(int16_t *thr_adr, int16_t *data,
Dvf_fspp.c144 static void mul_thrmat_c(int16_t *thr_adr_noq, int16_t *thr_adr, int q) in mul_thrmat_c() argument
148 thr_adr[a] = q * thr_adr_noq[a]; in mul_thrmat_c()
249 static void column_fidct_c(int16_t *thr_adr, int16_t *data, int16_t *output, int cnt) in column_fidct_c() argument
265 threshold = (int16_t *)thr_adr;//threshold_mtx in column_fidct_c()