Home
last modified time | relevance | path

Searched defs:nmsedec (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dj2kenc.c613 static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, … 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, … in encode_clnpass()
707 int pass_t = 2, passno, x, y, max=0, nmsedec, bpno; in encode_cblk() local