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:left_cbp
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
rv30.c
194
int cur_cbp,
left_cbp
= 0;
in rv30_loop_filter()
local
197
left_cbp
= (r->cbp_chroma[mb_pos - 1] >> (k*4)) & 0xF;
in rv30_loop_filter()
205
else if(!i &&
left_cbp
& (1 << (ij + 1)))
in rv30_loop_filter()
H
A
D
h264_cabac.c
1416
cbp_a = sl->
left_cbp
;
in decode_cabac_mb_cbp_luma()
1434
cbp_a = (sl->
left_cbp
>>4)&0x03;
in decode_cabac_mb_cbp_chroma()
1569
nza = (sl->
left_cbp
>>(6+idx))&0x01;
in get_cabac_cbf_ctx()
1573
nza = sl->
left_cbp
&(0x100<<idx);
in get_cabac_cbf_ctx()
H
A
D
vc1_loopfilter.c
369
uint32_t
left_cbp
= cbp[0] >> (block_num * 4), right_cbp;
in vc1_p_h_loop_filter()
local
399
idx = (
left_cbp
| (right_cbp >> 1)) & 5;
in vc1_p_h_loop_filter()
409
if (
left_cbp
& 3)
in vc1_p_h_loop_filter()
411
if (
left_cbp
& 12)
in vc1_p_h_loop_filter()
H
A
D
h264dec.h
250
int
left_cbp
;
member
H
A
D
h264_mvpred.h
594
//
left_cbp
in fill_decode_caches()
596
sl->
left_cbp
= (h->cbp_table[left_xy[LTOP]] & 0x7F0) |
in fill_decode_caches()
600
sl->
left_cbp
= IS_INTRA(mb_type) ? 0x7CF : 0x00F;
in fill_decode_caches()
Completed in 18 milliseconds