Searched refs:Jpeg2000T1Context (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.h | 121 typedef struct Jpeg2000T1Context { struct 126 } Jpeg2000T1Context; typedef 246 void ff_jpeg2000_set_significance(Jpeg2000T1Context *t1,
|
H A D | jpeg2000dec.c | 1638 static void decode_sigpass(Jpeg2000T1Context *t1, int width, int height, in decode_sigpass() 1668 static void decode_refpass(Jpeg2000T1Context *t1, int width, int height, in decode_refpass() 1692 static void decode_clnpass(Jpeg2000DecoderContext *s, Jpeg2000T1Context *t1, in decode_clnpass() 1759 Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, in decode_cblk() 1862 Jpeg2000T1Context *t1, Jpeg2000Band *band) in dequantization_float() 1877 Jpeg2000T1Context *t1, Jpeg2000Band *band) in dequantization_int() 1897 Jpeg2000T1Context *t1, Jpeg2000Band *band) in dequantization_int_97() 1939 Jpeg2000T1Context *t1) in roi_scale_cblk() 1952 Jpeg2000T1Context t1; in tile_codeblocks()
|
H A D | j2kenc.c | 613 static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno) in encode_sigpass() 635 static void encode_refpass(Jpeg2000T1Context *t1, int width, int height, int *nmsedec, int bpno) in encode_refpass() 649 static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno) in encode_clnpass() 704 static void encode_cblk(Jpeg2000EncoderContext *s, Jpeg2000T1Context *t1, Jpeg2000Cblk *cblk, Jpeg2000Tile *tile, in encode_cblk() 1404 Jpeg2000T1Context t1; in encode_tile()
|
H A D | jpeg2000.c | 179 void ff_jpeg2000_set_significance(Jpeg2000T1Context *t1, int x, int y, in ff_jpeg2000_set_significance()
|
Completed in 10 milliseconds