Home
last modified time | relevance | path

Searched refs:mba1 (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pay.h145 unsigned int mba1:3; /* Address of first MB starting count from 0 - part1 */ member
176 unsigned int mba1:3; /* Address of first MB starting count from 0 - part1 */
211 unsigned int mba1:3; /* Address of first MB starting count from 0 - part1 */ member
252 unsigned int mba1:3; /* Address of first MB starting count from 0 - part1 */
Dgstrtph263pay.c648 b_header->mba1 = package->mba >> 6; in gst_rtp_h263_pay_splat_header_B()
/third_party/ffmpeg/libavcodec/
Dh261dec.c187 static int h261_decode_mb_skipped(H261Context *h, int mba1, int mba2) in h261_decode_mb_skipped() argument
194 for (i = mba1; i < mba2; i++) { in h261_decode_mb_skipped()