Searched defs:cbps (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.c | 204 init_band_stepsize(AVCodecContext *avctx, Jpeg2000Band *band, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int bandno, int gbandno, int reslevelno, int cbps) init_band_stepsize() argument 388 init_band(AVCodecContext *avctx, Jpeg2000ResLevel *reslevel, Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int bandno, int gbandno, int reslevelno, int cbps, int dx, int dy) init_band() argument 466 ff_jpeg2000_init_component(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, Jpeg2000QuantStyle *qntsty, int cbps, int dx, int dy, AVCodecContext *avctx) ff_jpeg2000_init_component() argument
|
H A D | jpeg2000dec.c | 103 uint8_t cbps[4]; // bits per sample in particular components member [all...] |
H A D | j2kenc.c | 117 uint8_t cbps[4]; ///< bits per sample in particular components member [all...] |
Completed in 10 milliseconds