Searched refs:roi_shift (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000dec.c | 128 uint8_t roi_shift[4]; member 658 s->roi_shift[compno] = v; in get_rgn() 665 s->tile[s->curtileno].comp[compno].roi_shift = v; in get_rgn() 1045 if (!comp->roi_shift) in init_tile() 1046 comp->roi_shift = s->roi_shift[compno]; in init_tile() 1760 int width, int height, int bandpos, uint8_t roi_shift) in decode_cblk() 1762 int passno = cblk->npasses, pass_t = 2, bpno = cblk->nonzerobits - 1 + roi_shift; in decode_cblk() 1843 uint8_t roi_shift; in roi_shift_param() local 1845 roi_shift in roi_shift_param() 1758 decode_cblk(Jpeg2000DecoderContext *s, Jpeg2000CodingStyle *codsty, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, int width, int height, int bandpos, uint8_t roi_shift) decode_cblk() argument [all...] |
H A D | jpeg2000.h | 225 uint8_t roi_shift; // ROI scaling value for the component member
|
Completed in 5 milliseconds