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:srcBpc
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libswscale/arm/
H
A
D
swscale.c
38
if (c->
srcBpc
== 8 && c->dstBpc <= 14 &&
in ff_sws_init_swscale_arm()
/third_party/ffmpeg/libswscale/x86/
H
A
D
swscale.c
482
if (c->
srcBpc
== 8) { \
in ff_sws_init_swscale_x86()
485
} else if (c->
srcBpc
== 9) { \
in ff_sws_init_swscale_x86()
488
} else if (c->
srcBpc
== 10) { \
in ff_sws_init_swscale_x86()
491
} else if (c->
srcBpc
== 12) { \
in ff_sws_init_swscale_x86()
494
} else if (c->
srcBpc
== 14 || ((c->srcFormat==AV_PIX_FMT_PAL8||isAnyRGB(c->srcFormat)) && av_pix_fmt_desc_get(c->srcFormat)->comp[0].depth<16)) { \
in ff_sws_init_swscale_x86()
497
} else { /* c->
srcBpc
== 16 */ \
in ff_sws_init_swscale_x86()
498
av_assert0(c->
srcBpc
== 16);\
in ff_sws_init_swscale_x86()
628
if ((c->
srcBpc
== 8) && (c->dstBpc <= 14)) {
in ff_sws_init_swscale_x86()
H
A
D
swscale_template.c
1470
if (c->
srcBpc
== 8 && c->dstBpc <= 14) {
in sws_init_swscale()
/third_party/ffmpeg/libswscale/aarch64/
H
A
D
swscale.c
44
if (c->
srcBpc
== 8 && c->dstBpc <= 14) { \
/third_party/ffmpeg/tests/checkasm/
H
A
D
sw_scale.c
188
ctx->
srcBpc
= hscale_pairs[hpi][0];
in check_hscale()
228
if (check_func(ctx->hcScale, "hscale_%d_to_%d__fs_%d_dstW_%d", ctx->
srcBpc
, ctx->dstBpc + 1, width, ctx->dstW)) {
in check_hscale()
/third_party/ffmpeg/libswscale/
H
A
D
utils.c
273
if ((c->
srcBpc
== 8) && (c->dstBpc <= 14)) {
in ff_shuffle_filter_coefficients()
952
//The
srcBpc
check is possibly wrong but we seem to lack a definitive reference to test this
in sws_setColorspaceDetails()
954
if (need_reinit && (c->
srcBpc
== 8 || !isYUV(c->srcFormat)))
in sws_setColorspaceDetails()
1560
c->
srcBpc
= desc_src->comp[0].depth;
in sws_init_context()
1561
if (c->
srcBpc
< 8)
in sws_init_context()
1562
c->
srcBpc
= 8;
in sws_init_context()
1567
c->
srcBpc
= 16;
in sws_init_context()
1571
if (INLINE_MMXEXT(cpu_flags) && c->
srcBpc
== 8 && c->dstBpc <= 14) {
in sws_init_context()
1696
if (unscaled && c->
srcBpc
== 8 && dstFormat == AV_PIX_FMT_GRAYF32){
in sws_init_context()
1706
c->
srcBpc
in sws_init_context()
[all...]
H
A
D
swscale_internal.h
333
int dstBpc,
srcBpc
;
member
624
* bits per component of a source pixel (SwsContext->
srcBpc
)
H
A
D
swscale.c
567
if (c->
srcBpc
== 8) {
in sws_init_swscale()
/third_party/ffmpeg/libswscale/ppc/
H
A
D
swscale_altivec.c
247
if (c->
srcBpc
== 8 && c->dstBpc <= 14) {
in yuv2plane1_float()
H
A
D
swscale_vsx.c
2088
if (c->
srcBpc
== 8) {
in ff_sws_init_swscale_vsx()
Completed in 17 milliseconds