Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtiffenc.c62 int bpp_tab_size; ///< bpp_tab size member
275 s->bpp_tab_size = desc->nb_components; in encode_frame()
318 for (i = 0; i < s->bpp_tab_size; i++) in encode_frame()
460 if (s->bpp_tab_size) in encode_frame()
461 ADD_ENTRY(s, TIFF_BPP, TIFF_SHORT, s->bpp_tab_size, bpp_tab); in encode_frame()
467 if (s->bpp_tab_size) in encode_frame()
468 ADD_ENTRY1(s, TIFF_SAMPLES_PER_PIXEL, TIFF_SHORT, s->bpp_tab_size); in encode_frame()

Completed in 1 milliseconds