Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dargo.c189 int bsize_w, bsize_h; in decode_mad1() local
191 bsize_w = bsize_h = bsize; in decode_mad1()
218 bsize_h = FFMIN3(bsize_h, h - mvy, h - my); in decode_mad1()
221 src += (bsize_h - 1) * l; in decode_mad1()
222 dst += (bsize_h - 1) * l; in decode_mad1()
223 for (int by = 0; by < bsize_h; by++) { in decode_mad1()
229 for (int by = 0; by < bsize_h; by++) { in decode_mad1()
402 int bsize_w, bsize_h; in decode_mad1_24() local
404 bsize_w = bsize_h in decode_mad1_24()
[all...]

Completed in 2 milliseconds