Home
last modified time | relevance | path

Searched refs:ff_mba_max (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263data.h73 extern const uint16_t ff_mba_max[6];
Dh263data.c265 const uint16_t ff_mba_max[6] = { variable
Dituh263enc.c876 if(s->mb_num-1 <= ff_mba_max[i]) break; in ff_h263_encode_mba()
Dituh263dec.c146 if (s->mb_num - 1 <= ff_mba_max[i]) in ff_h263_decode_mba()