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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dimg_format.c148 int ff_mp_get_chroma_shift(int format, int *x_shift, int *y_shift, int *component_bits) function
H A Dmp_image.c150 if (ff_mp_get_chroma_shift(out_fmt, NULL, NULL, NULL)) {
152 mpi->bpp = ff_mp_get_chroma_shift(out_fmt, &mpi->chroma_x_shift, &mpi->chroma_y_shift, NULL);
H A Dimg_format.h307 int ff_mp_get_chroma_shift(int format, int *x_shift, int *y_shift, int *component_bits);

Completed in 59 milliseconds