Searched refs:thr_adr (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_fspp_init.c | 32 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);
|
D | vf_fspp.asm | 183 ;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/ |
D | vf_fspp.h | 80 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,
|
D | vf_fspp.c | 144 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()
|