Home
last modified time | relevance | path

Searched refs:nmsedec (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dj2kenc.c613 static void encode_sigpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno) in encode_sigpass() argument
627 *nmsedec += getnmsedec_sig(t1->data[(y) * t1->stride + x], bpno + NMSEDEC_FRACBITS); in encode_sigpass()
635 static void encode_refpass(Jpeg2000T1Context *t1, int width, int height, int *nmsedec, int bpno) in encode_refpass() argument
643 *nmsedec += getnmsedec_ref(t1->data[(y) * t1->stride + x], bpno + NMSEDEC_FRACBITS); in encode_refpass()
649 static void encode_clnpass(Jpeg2000T1Context *t1, int width, int height, int bandno, int *nmsedec, int bpno) in encode_clnpass() argument
678 *nmsedec += getnmsedec_sig(t1->data[(y) * t1->stride + x], bpno + NMSEDEC_FRACBITS); in encode_clnpass()
693 *nmsedec += getnmsedec_sig(t1->data[(y) * t1->stride + x], bpno + NMSEDEC_FRACBITS); in encode_clnpass()
707 int pass_t = 2, passno, x, y, max=0, nmsedec, bpno; in encode_cblk() local
733 nmsedec=0; in encode_cblk()
736 case 0: encode_sigpass(t1, width, height, bandpos, &nmsedec, bpn in encode_cblk()
[all...]

Completed in 4 milliseconds