Home
last modified time | relevance | path

Searched defs:sum_b (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswresample/tests/
Dswresample.c366 double sum_b= 0; in main() local
396 double sum_b= 0; in main() local
/third_party/ffmpeg/libavcodec/
Ddcadct.c34 static void sum_b(const int *input, int *output, int len) in sum_b() function