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:CABAC_MASK
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cabac_functions.h
70
c->low -=
CABAC_MASK
;
in refill()
83
if(!(c->low &
CABAC_MASK
))
in renorm_cabac_decoder_once()
99
x= -
CABAC_MASK
;
in refill2()
134
if(!(c->low &
CABAC_MASK
))
in get_cabac_inline()
153
if(!(c->low &
CABAC_MASK
))
in get_cabac_bypass()
171
if(!(c->low &
CABAC_MASK
))
in get_cabac_bypass_sign()
H
A
D
cabac.h
39
#define
CABAC_MASK
((1<<CABAC_BITS)-1)
macro
/third_party/ffmpeg/libavcodec/loongarch/
H
A
D
cabac.h
141
[cabac_mask]"r"(
CABAC_MASK
)
in get_cabac_inline_loongarch()
182
: [cabac_mask]"r"(
CABAC_MASK
),
in get_cabac_bypass_loongarch()
228
: [cabac_mask]"r"(
CABAC_MASK
),
in get_cabac_bypass_sign_loongarch()
H
A
D
h264_cabac.c
76
[cabac_mask]"r"(
CABAC_MASK
)
in decode_significance_loongarch()
135
[cabac_mask]"r"(
CABAC_MASK
),
in decode_significance_8x8_loongarch()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
cabac.h
116
[cabac_mask]"r"(
CABAC_MASK
)
in get_cabac_inline_mips()
165
: [cabac_mask]"r"(
CABAC_MASK
),
in get_cabac_bypass_mips()
218
: [cabac_mask]"r"(
CABAC_MASK
),
in get_cabac_bypass_sign_mips()
Completed in 3 milliseconds