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:clear_block
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/ffmpeg/libavcodec/mips/
H
A
D
blockdsp_init_mips.c
30
c->
clear_block
= ff_clear_block_mmi;
in ff_blockdsp_init_mips()
38
c->
clear_block
= ff_clear_block_msa;
in ff_blockdsp_init_mips()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
blockdsp_init.c
39
c->
clear_block
= ff_clear_block_sse;
in ff_blockdsp_init_x86()
43
c->
clear_block
= ff_clear_block_avx;
in ff_blockdsp_init_x86()
H
A
D
blockdsp.asm
36
cglobal
clear_block
, 1, 1, %1, blocks
/third_party/ffmpeg/libavcodec/arm/
H
A
D
blockdsp_init_neon.c
33
c->
clear_block
= ff_clear_block_neon;
in ff_blockdsp_init_neon()
/third_party/ffmpeg/libavcodec/
H
A
D
blockdsp.h
35
void (*
clear_block
)(int16_t *block /* align 32 */);
member
H
A
D
blockdsp.c
61
c->
clear_block
= clear_block_c;
in ff_blockdsp_init()
H
A
D
h263enc.h
117
s->bdsp.
clear_block
(s->block[i]);
in get_p_cbp()
H
A
D
proresdec2.c
556
ctx->bdsp.
clear_block
(blocks+(i<<6));
in decode_slice_luma()
590
ctx->bdsp.
clear_block
(blocks+(i<<6));
in decode_slice_chroma()
625
ctx->bdsp.
clear_block
(blocks+(i<<6));
in decode_slice_alpha()
H
A
D
wmv2dec.c
72
s->bdsp.
clear_block
(w->abt_block2[n]);
in wmv2_add_block()
77
s->bdsp.
clear_block
(w->abt_block2[n]);
in wmv2_add_block()
H
A
D
dnxhdenc.c
775
ctx->bdsp.
clear_block
(ctx->blocks[4]);
in dnxhd_get_blocks()
776
ctx->bdsp.
clear_block
(ctx->blocks[5]);
in dnxhd_get_blocks()
777
ctx->bdsp.
clear_block
(ctx->blocks[6]);
in dnxhd_get_blocks()
778
ctx->bdsp.
clear_block
(ctx->blocks[7]);
in dnxhd_get_blocks()
H
A
D
mimic.c
222
ctx->bdsp.
clear_block
(block);
in vlc_decode_block()
H
A
D
eamad.c
232
s->bdsp.
clear_block
(s->block);
in decode_mb()
H
A
D
intrax8.c
544
w->bdsp.
clear_block
(w->block[0]);
in x8_decode_intra_mb()
H
A
D
dnxhddec.c
370
ctx->bdsp.
clear_block
(block);
in dnxhd_decode_dct_block()
H
A
D
speedhq.c
231
s->bdsp.
clear_block
(block);
in decode_dct_block()
H
A
D
bink.c
937
c->bdsp.
clear_block
(block);
in binkb_decode_plane()
1199
c->bdsp.
clear_block
(block);
in bink_decode_plane()
H
A
D
cavsdec.c
592
h->bdsp.
clear_block
(block);
in decode_residual_block()
H
A
D
mjpegdec.c
863
s->bdsp.
clear_block
(block);
in decode_dc_progressive()
1507
s->bdsp.
clear_block
(s->block);
in mjpeg_decode_scan()
H
A
D
g2meet.c
233
c->bdsp.
clear_block
(block);
in jpg_decode_block()
/third_party/ffmpeg/tests/checkasm/
H
A
D
blockdsp.c
65
check_clear(
clear_block
, 8 * 8);
in checkasm_check_blockdsp()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
wrgif.c
177
clear_block
(gif_dest_ptr dinfo)
in clear_block()
function
397
clear_block
(dest);
in put_LZW_pixel_rows()
421
clear_block
(dest);
in put_LZW_pixel_rows()
/third_party/ffmpeg/libavcodec/ppc/
H
A
D
blockdsp.c
163
c->
clear_block
= clear_block_altivec;
in ff_blockdsp_init_ppc()
/third_party/ffmpeg/libavutil/
H
A
D
imgutils.c
590
uint8_t
clear_block
[4][MAX_BLOCK_SIZE] = {{0}}; // clear padding with 0
in av_image_fill_black()
local
665
c_data[x] = &
clear_block
[x][0];
in av_image_fill_black()
686
memset_bytes(data, bytewidth, &
clear_block
[plane][0], clear_block_size[plane]);
in av_image_fill_black()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
RDFGraph.h
714
void
clear_block
(NodeId N);
H
A
D
RDFGraph.cpp
703
void DataFlowGraph::DefStack::
clear_block
(NodeId N) {
in clear_block()
function in DataFlowGraph::DefStack
1010
I->second.
clear_block
(B);
in releaseBlock()
Completed in 28 milliseconds
1
2