Home
last modified time | relevance | path

Searched refs:rematrix_custom (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswresample/
Dswresample_internal.h150 …int rematrix_custom; ///< flag to indicate that a custom matrix has bee… member
Drematrix.c103 s->rematrix_custom = 1; in swr_set_matrix()
476 if (!s->rematrix_custom) { in swri_rematrix_init()
Dswresample.c301 s->rematrix_custom; in swr_init()
404 ….order == AV_CHANNEL_ORDER_UNSPEC) && s->used_ch_count != s->out.ch_count && !s->rematrix_custom) { in swr_init()