Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_pp7.c142 static int hardthresh_c(PP7Context *p, int16_t *src, int qp) in hardthresh_c() function
305 case 0: pp7->requantize = hardthresh_c; break; in config_input()
Dvf_spp.c131 static void hardthresh_c(int16_t dst[64], const int16_t src[64], in hardthresh_c() function
489 case MODE_HARD: s->requantize = hardthresh_c; break; in init_dict()