Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c605 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height; in decode_subband_internal() local
606 int blockcnt_one = (cb_width + cb_height) == 2; in decode_subband_internal()
618 for (cb_y = 0; cb_y < cb_height; cb_y++) { in decode_subband_internal()
619 bottom = (b->height * (cb_y+1LL)) / cb_height; in decode_subband_internal()

Completed in 4 milliseconds