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:chroma_idx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_cavlc.c
1097
int i4x4, i8x8,
chroma_idx
;
in ff_h264_decode_mb_cavlc()
local
1144
for(
chroma_idx
=0;
chroma_idx
<2;
chroma_idx
++)
in ff_h264_decode_mb_cavlc()
1145
if (decode_residual(h, sl, gb, sl->mb + ((256 + 16*16*
chroma_idx
) << pixel_shift),
in ff_h264_decode_mb_cavlc()
1146
CHROMA_DC_BLOCK_INDEX +
chroma_idx
,
in ff_h264_decode_mb_cavlc()
1154
for(
chroma_idx
=0;
chroma_idx
<2;
chroma_idx
++){
in ff_h264_decode_mb_cavlc()
1155
const uint32_t *qmul = h->ps.pps->dequant4_coeff[
chroma_idx
in ff_h264_decode_mb_cavlc()
[all...]
H
A
D
mediacodec_sw_buffer.c
301
size_t
chroma_idx
= (luma_idx / linesize) * linesize / 2 + (luma_idx % linesize);
in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
local
331
memcpy(frame->data[1] +
chroma_idx
, src_chroma, tile_width);
in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
333
chroma_idx
+= linesize;
in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka()
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_vdpau.c
100
int
chroma_idx
;
member
266
priv->
chroma_idx
= i;
in vdpau_frames_init()
354
map = vdpau_pix_fmts[priv->
chroma_idx
].map;
in vdpau_transfer_data_from()
412
map = vdpau_pix_fmts[priv->
chroma_idx
].map;
in vdpau_transfer_data_to()
Completed in 4 milliseconds