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_BITS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cabac_functions.h
65
#if
CABAC_BITS
== 16
in refill()
74
c->bytestream +=
CABAC_BITS
/ 8;
in refill()
94
i= 7 - ff_h264_norm_shift[x>>(
CABAC_BITS
-1)];
in refill2()
96
i = ff_ctz(c->low) -
CABAC_BITS
;
in refill2()
101
#if
CABAC_BITS
== 16
in refill2()
111
c->bytestream +=
CABAC_BITS
/8;
in refill2()
122
lps_mask= ((c->range<<(
CABAC_BITS
+1)) - c->low)>>31;
in get_cabac_inline()
124
c->low -= (c->range<<(
CABAC_BITS
+1)) & lps_mask;
in get_cabac_inline()
156
range= c->range<<(
CABAC_BITS
+1);
in get_cabac_bypass()
174
range= c->range<<(
CABAC_BITS
in get_cabac_bypass_sign()
[all...]
H
A
D
cabac.h
38
#define
CABAC_BITS
16
macro
39
#define CABAC_MASK ((1<<
CABAC_BITS
)-1)
H
A
D
cabac.c
167
#if
CABAC_BITS
== 16
in ff_init_cabac_decoder()
184
if ((c->range<<(
CABAC_BITS
+1)) < c->low)
in ff_init_cabac_decoder()
H
A
D
h264_cabac.c
2046
if(
CABAC_BITS
==16){
in ff_h264_decode_mb_cabac()
Completed in 6 milliseconds