Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Djpeg2000.c341 int Cx0, Cy0; in init_prec() local
349 /* Compute Cy0*/ in init_prec()
350 Cy0 = ((prec->coord[1][0]) >> band->log2_cblk_height) << band->log2_cblk_height; in init_prec()
351 Cy0 = Cy0 + ((cblkno / prec->nb_codeblocks_width) << band->log2_cblk_height); in init_prec()
352 cblk->coord[1][0] = FFMAX(Cy0, prec->coord[1][0]); in init_prec()
359 cblk->coord[1][1] = FFMIN(Cy0 + (1 << band->log2_cblk_height), in init_prec()

Completed in 2 milliseconds