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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibopenjpegenc.c82 int sub_dx[4]; local
87 sub_dx[0] = sub_dx[3] = 1;
89 sub_dx[1] = sub_dx[2] = 1 << desc->log2_chroma_w;
159 cmptparm[i].dx = sub_dx[i];
161 cmptparm[i].w = (avctx->width + sub_dx[i] - 1) / sub_dx[i];

Completed in 55 milliseconds