Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c1176 int mps; in encode_init() local
1188 mps = ctx->mbs_per_slice; in encode_init()
1189 if (mps & (mps - 1)) { in encode_init()
1234 ctx->slices_width = ctx->mb_width / mps; in encode_init()
1235 ctx->slices_width += av_popcount(ctx->mb_width - ctx->slices_width * mps); in encode_init()
1320 (mps * ctx->bits_per_mb) / 8) in encode_init()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c1342 uint16_t mps; in xhci_set_address() local
1380 mps = 8; in xhci_set_address()
1383 mps = 64; in xhci_set_address()
1386 mps = 512; in xhci_set_address()
1401 0, 1, 1, 0, mps, mps, USB_EP_MODE_DEFAULT); in xhci_set_address()

Completed in 7 milliseconds