Home
last modified time | relevance | path

Searched refs:nb_out (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/
H A Drematrix.c66 int nb_in, nb_out, in, out; in swr_set_matrix() local
93 nb_out = in swr_set_matrix()
98 for (out = 0; out < nb_out; out++) { in swr_set_matrix()
472 int nb_out = s->out.ch_count; in swri_rematrix_init() local
483 s->native_matrix = av_calloc(nb_in * nb_out, sizeof(int)); in swri_rematrix_init()
487 for (i = 0; i < nb_out; i++) { in swri_rematrix_init()
510 s->native_matrix = av_calloc(nb_in * nb_out, sizeof(float)); in swri_rematrix_init()
514 for (i = 0; i < nb_out; i++) in swri_rematrix_init()
522 s->native_matrix = av_calloc(nb_in * nb_out, sizeof(double)); in swri_rematrix_init()
526 for (i = 0; i < nb_out; in swri_rematrix_init()
[all...]
/third_party/ffmpeg/libswresample/x86/
H A Drematrix_init.c37 int nb_out = s->out.ch_count; in D() local
38 int num = nb_in * nb_out; in D()
54 for(i=0; i<nb_out; i++){ in D()
/third_party/ffmpeg/libavfilter/
H A Dvf_palettegen.c307 static double set_colorquant_ratio_meta(AVFrame *out, int nb_out, int nb_in) in set_colorquant_ratio_meta() argument
310 const double ratio = (double)nb_out / nb_in; in set_colorquant_ratio_meta()

Completed in 3 milliseconds