Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c213 int blheight; /* number of blocks (vertically) */ member
1515 s->blheight = 4 * s->sbheight; in dirac_unpack_block_motion_data()
1610 int bottom = by == s->blheight-1; in init_obmc_weights()
1612 /* don't bother re-initing for rows 2 to blheight-2, the weights don't change */ in init_obmc_weights()
1934 for (y = 0; y < s->blheight; y++) { in dirac_decode_frame_internal()
1942 if (y == s->blheight-1 || start+p->ybsep > p->height) in dirac_decode_frame_internal()

Completed in 5 milliseconds