Searched refs:log2_band_prec_height (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.c | 278 int log2_band_prec_height) in init_prec() 294 (1 << log2_band_prec_height); in init_prec() 304 (1 << log2_band_prec_height); in init_prec() 397 uint8_t log2_band_prec_width, log2_band_prec_height; in init_band() local 417 log2_band_prec_height = reslevel->log2_prec_height; in init_band() 443 log2_band_prec_height = reslevel->log2_prec_height - 1; in init_band() 458 log2_band_prec_width, log2_band_prec_height); in init_band() 271 init_prec(AVCodecContext *avctx, Jpeg2000Band *band, Jpeg2000ResLevel *reslevel, Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty, int precno, int bandno, int reslevelno, int log2_band_prec_width, int log2_band_prec_height) init_prec() argument
|
Completed in 2 milliseconds