Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mps
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
proresenc_kostya.c
1176
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
D
xhci.c
1342
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