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:coded_cbp
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wmv2enc.c
170
int cbp,
coded_cbp
, i;
in ff_wmv2_encode_mb()
local
196
coded_cbp
= 0;
in ff_wmv2_encode_mb()
207
coded_cbp
|= val << (5 - i);
in ff_wmv2_encode_mb()
212
ff_msmp4_mb_i_table[
coded_cbp
][1],
in ff_wmv2_encode_mb()
213
ff_msmp4_mb_i_table[
coded_cbp
][0]);
in ff_wmv2_encode_mb()
H
A
D
msmpeg4enc.c
376
int cbp,
coded_cbp
, i;
in ff_msmpeg4_encode_mb()
local
405
if((cbp&3) != 3)
coded_cbp
= cbp ^ 0x3C;
in ff_msmpeg4_encode_mb()
406
else
coded_cbp
= cbp;
in ff_msmpeg4_encode_mb()
409
ff_h263_cbpy_tab[
coded_cbp
>>2][1],
in ff_msmpeg4_encode_mb()
410
ff_h263_cbpy_tab[
coded_cbp
>>2][0]);
in ff_msmpeg4_encode_mb()
439
coded_cbp
= 0;
in ff_msmpeg4_encode_mb()
450
coded_cbp
|= val << (5 - i);
in ff_msmpeg4_encode_mb()
471
ff_msmp4_mb_i_table[
coded_cbp
][1], ff_msmp4_mb_i_table[
coded_cbp
][0]);
in ff_msmpeg4_encode_mb()
Completed in 2 milliseconds