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:cbp_chroma
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
rv30.c
167
r->
cbp_chroma
[mb_pos] = 0xFF;
in rv30_loop_filter()
195
cur_cbp = (r->
cbp_chroma
[mb_pos] >> (k*4)) & 0xF;
in rv30_loop_filter()
197
left_cbp = (r->
cbp_chroma
[mb_pos - 1] >> (k*4)) & 0xF;
in rv30_loop_filter()
237
cur_cbp = (r->
cbp_chroma
[mb_pos] >> (k*4)) & 0xF;
in rv30_loop_filter()
239
top_cbp = (r->
cbp_chroma
[mb_pos - s->mb_stride] >> (k*4)) & 0xF;
in rv30_loop_filter()
245
if (r->
cbp_chroma
[mb_pos] & (1 << ij))
in rv30_loop_filter()
H
A
D
rv34.h
117
uint8_t *
cbp_chroma
; ///< CBP values for chroma subblocks
member
H
A
D
rv40.c
383
r->
cbp_chroma
[mb_pos] = 0xFF;
in rv40_loop_filter()
411
uvcbp[i][0] = r->
cbp_chroma
[pos] & 0xF;
in rv40_loop_filter()
412
uvcbp[i][1] = r->
cbp_chroma
[pos] >> 4;
in rv40_loop_filter()
H
A
D
rv34.c
1225
r->
cbp_chroma
[mb_pos] = cbp >> 16;
in rv34_decode_inter_macroblock()
1327
r->
cbp_chroma
[mb_pos] = cbp >> 16;
in rv34_decode_intra_macroblock()
1366
av_freep(&r->
cbp_chroma
);
in rv34_decoder_free()
1375
r->
cbp_chroma
= av_mallocz(r->s.mb_stride * r->s.mb_height *
in rv34_decoder_alloc()
1376
sizeof(*r->
cbp_chroma
));
in rv34_decoder_alloc()
1386
if (!(r->
cbp_chroma
&& r->cbp_luma && r->deblock_coefs &&
in rv34_decoder_alloc()
Completed in 5 milliseconds