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:raster_end
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/
H
A
D
mpegvideo.c
54
nCoeffs= s->intra_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_h263_intra_mmx()
117
nCoeffs= s->inter_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_h263_inter_mmx()
177
nCoeffs= s->intra_scantable.
raster_end
[ s->block_last_index[n] ]+1;
in dct_unquantize_mpeg1_intra_mmx()
245
nCoeffs= s->intra_scantable.
raster_end
[ s->block_last_index[n] ]+1;
in dct_unquantize_mpeg1_inter_mmx()
316
else nCoeffs= s->intra_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_mpeg2_intra_mmx()
384
else nCoeffs= s->intra_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_mpeg2_inter_mmx()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
mpegvideo_mmi.c
54
nCoeffs = s->inter_scantable.
raster_end
[s->block_last_index[n]];
in ff_dct_unquantize_h263_intra_mmi()
116
nCoeffs = s->inter_scantable.
raster_end
[s->block_last_index[n]];
in ff_dct_unquantize_h263_inter_mmi()
176
nCoeffs = s->intra_scantable.
raster_end
[s->block_last_index[n]] + 1;
in ff_dct_unquantize_mpeg1_intra_mmi()
269
nCoeffs = s->intra_scantable.
raster_end
[s->block_last_index[n]] + 1;
in ff_dct_unquantize_mpeg1_inter_mmi()
362
nCoeffs = s->intra_scantable.
raster_end
[s->block_last_index[n]];
in ff_dct_unquantize_mpeg2_intra_mmi()
H
A
D
mpegvideo_msa.c
216
nCoeffs = s->inter_scantable.
raster_end
[s->block_last_index[index]];
in ff_dct_unquantize_h263_intra_msa()
233
nCoeffs = s->inter_scantable.
raster_end
[s->block_last_index[index]];
in ff_dct_unquantize_h263_inter_msa()
/third_party/ffmpeg/libavcodec/arm/
H
A
D
mpegvideo_armv5te.c
76
nCoeffs= s->inter_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_h263_intra_armv5te()
93
nCoeffs= s->inter_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_h263_inter_armv5te()
H
A
D
mpegvideo_arm.c
34
AV_CHECK_OFFSET(MpegEncContext, inter_scantable.
raster_end
,
/third_party/ffmpeg/libavcodec/alpha/
H
A
D
mpegvideo_alpha.c
92
n_coeffs = s->inter_scantable.
raster_end
[s->block_last_index[n]];
in dct_unquantize_h263_intra_axp()
102
int n_coeffs = s->inter_scantable.
raster_end
[s->block_last_index[n]];
in dct_unquantize_h263_inter_axp()
/third_party/ffmpeg/libavcodec/neon/
H
A
D
mpegvideo.c
89
int nCoeffs = s->inter_scantable.
raster_end
[s->block_last_index[n]];
in dct_unquantize_h263_inter_neon()
114
nCoeffs = s->inter_scantable.
raster_end
[s->block_last_index[n]];
in dct_unquantize_h263_intra_neon()
/third_party/ffmpeg/libavcodec/
H
A
D
idctdsp.h
34
uint8_t
raster_end
[64];
member
H
A
D
idctdsp.c
47
st->
raster_end
[i] = end;
in ff_init_scantable()
H
A
D
mpegvideo.c
227
nCoeffs= s->intra_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_h263_intra_c()
253
nCoeffs= s->inter_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_h263_inter_c()
/third_party/ffmpeg/libavcodec/ppc/
H
A
D
mpegvideo_altivec.c
63
nCoeffs= s->intra_scantable.
raster_end
[ s->block_last_index[n] ];
in dct_unquantize_h263_altivec()
Completed in 7 milliseconds