Searched refs:Cy0 (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 Djpeg2000.c435 uint16_t Cx0, Cy0; local
443 /* Compute Cy0*/
444 Cy0 = (prec->coord[1][0] >> band->log2_cblk_height) << band->log2_cblk_height;
445 Cy0 = Cy0 + ((cblkno / prec->nb_codeblocks_width) << band->log2_cblk_height);
446 cblk->coord[1][0] = FFMAX(Cy0, prec->coord[1][0]);
453 cblk->coord[1][1] = FFMIN(Cy0 + (1 << band->log2_cblk_height),

Completed in 54 milliseconds