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:AV_RN16
(Results
1 - 18
of
18
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sbcdsp.c
183
x[0] =
AV_RN16
(pcm + 14*nchannels + 2*c);
in sbc_enc_process_input_4s()
184
x[1] =
AV_RN16
(pcm + 6*nchannels + 2*c);
in sbc_enc_process_input_4s()
185
x[2] =
AV_RN16
(pcm + 12*nchannels + 2*c);
in sbc_enc_process_input_4s()
186
x[3] =
AV_RN16
(pcm + 8*nchannels + 2*c);
in sbc_enc_process_input_4s()
187
x[4] =
AV_RN16
(pcm + 0*nchannels + 2*c);
in sbc_enc_process_input_4s()
188
x[5] =
AV_RN16
(pcm + 4*nchannels + 2*c);
in sbc_enc_process_input_4s()
189
x[6] =
AV_RN16
(pcm + 2*nchannels + 2*c);
in sbc_enc_process_input_4s()
190
x[7] =
AV_RN16
(pcm + 10*nchannels + 2*c);
in sbc_enc_process_input_4s()
216
x[0] =
AV_RN16
(pcm + 14*nchannels + 2*c);
in sbc_enc_process_input_8s()
217
x[2] =
AV_RN16
(pc
in sbc_enc_process_input_8s()
[all...]
H
A
D
indeo3.c
372
(
AV_RN16
(ref ) + delta_tab->deltas[dyad1]) & 0x7F7F);\
374
(
AV_RN16
(ref + 2) + delta_tab->deltas[dyad2]) & 0x7F7F);\
417
(
AV_RN16
(dst ) + delta_tab->deltas[dyad1]) & 0x7F7F);\
419
(
AV_RN16
(dst + 2 ) + delta_tab->deltas[dyad2]) & 0x7F7F);\
421
(
AV_RN16
(dst + row_offset ) + delta_tab->deltas[dyad1]) & 0x7F7F);\
423
(
AV_RN16
(dst + row_offset + 2) + delta_tab->deltas[dyad2]) & 0x7F7F);\
H
A
D
bit_depth_template.c
90
# define AV_RN2P
AV_RN16
/third_party/ffmpeg/libavfilter/
H
A
D
vf_floodfill.c
76
unsigned c0 =
AV_RN16
(frame->data[0] + y * frame->linesize[0] + 2 * x);
in is_same4_16()
77
unsigned c1 =
AV_RN16
(frame->data[1] + y * frame->linesize[1] + 2 * x);
in is_same4_16()
78
unsigned c2 =
AV_RN16
(frame->data[2] + y * frame->linesize[2] + 2 * x);
in is_same4_16()
79
unsigned c3 =
AV_RN16
(frame->data[3] + y * frame->linesize[3] + 2 * x);
in is_same4_16()
101
unsigned c0 =
AV_RN16
(frame->data[0] + y * frame->linesize[0] + 2 * x);
in is_same3_16()
102
unsigned c1 =
AV_RN16
(frame->data[1] + y * frame->linesize[1] + 2 * x);
in is_same3_16()
103
unsigned c2 =
AV_RN16
(frame->data[2] + y * frame->linesize[2] + 2 * x);
in is_same3_16()
123
unsigned c0 =
AV_RN16
(frame->data[0] + y * frame->linesize[0] + 2 * x);
in is_same1_16()
187
*s0 =
AV_RN16
(frame->data[0] + y * frame->linesize[0] + 2 * x);
in pick_pixel1_16()
205
*s0 =
AV_RN16
(fram
in pick_pixel3_16()
[all...]
H
A
D
vf_hsvkey.c
129
int Y =
AV_RN16
(&frame->data[0][frame->linesize[0] * y + 2 * x]);
in do_hsvkey16_slice()
130
int u =
AV_RN16
(&frame->data[1][frame->linesize[1] * (y >> vsub_log2) + 2 * (x >> hsub_log2)]);
in do_hsvkey16_slice()
131
int v =
AV_RN16
(&frame->data[2][frame->linesize[2] * (y >> vsub_log2) + 2 * (x >> hsub_log2)]);
in do_hsvkey16_slice()
196
int Y =
AV_RN16
(&frame->data[0][frame->linesize[0] * (y << vsub_log2) + 2 * (x << hsub_log2)]);
in do_hsvhold16_slice()
197
int u =
AV_RN16
(&frame->data[1][frame->linesize[1] * y + 2 * x]);
in do_hsvhold16_slice()
198
int v =
AV_RN16
(&frame->data[2][frame->linesize[2] * y + 2 * x]);
in do_hsvhold16_slice()
H
A
D
vf_chromakey.c
113
*u =
AV_RN16
(&frame->data[1][frame->linesize[1] * y + 2 * x]);
in get_pixel16_uv()
114
*v =
AV_RN16
(&frame->data[2][frame->linesize[2] * y + 2 * x]);
in get_pixel16_uv()
231
int u =
AV_RN16
(&frame->data[1][frame->linesize[1] * y + 2 * x]);
in do_chromahold16_slice()
232
int v =
AV_RN16
(&frame->data[2][frame->linesize[2] * y + 2 * x]);
in do_chromahold16_slice()
H
A
D
vf_normalize.c
217
min[c].in = max[c].in =
AV_RN16
(in->data[0] + 2 * s->co[c]);
in find_min_max_16()
249
min[0].in = max[0].in =
AV_RN16
(in->data[2]);
in find_min_max_planar_16()
250
min[1].in = max[1].in =
AV_RN16
(in->data[0]);
in find_min_max_planar_16()
251
min[2].in = max[2].in =
AV_RN16
(in->data[1]);
in find_min_max_planar_16()
H
A
D
vf_signalstats.c
823
const int yuv =
AV_RN16
(in->data[0] + w + i * 2);
in filter_frame16()
827
dify += abs(yuv - (int)
AV_RN16
(prev->data[0] + pw + i * 2));
in filter_frame16()
839
const int yuvu =
AV_RN16
(in->data[1] + cw + i * 2);
in filter_frame16()
840
const int yuvv =
AV_RN16
(in->data[2] + cw + i * 2);
in filter_frame16()
845
difu += abs(yuvu - (int)
AV_RN16
(prev->data[1] + cpw + i * 2));
in filter_frame16()
847
difv += abs(yuvv - (int)
AV_RN16
(prev->data[2] + cpw + i * 2));
in filter_frame16()
H
A
D
vf_stereo3d.c
645
AV_WN16(&dst[x],
AV_RN16
(&src[x * 2]));
in interleave_cols_to_any()
971
AV_WN16(&dst[x ], (b&1) == (y&1) ?
AV_RN16
(&left[p*m]) :
AV_RN16
(&right[p*m]));
in filter_frame()
972
AV_WN16(&dst[x+2], (b&1) != (y&1) ?
AV_RN16
(&left[p*m]) :
AV_RN16
(&right[p*m]));
in filter_frame()
1028
AV_WN16(&dst[x ], b&1 ?
AV_RN16
(&left[p*m]) :
AV_RN16
(&right[p*m]));
in filter_frame()
1029
AV_WN16(&dst[x+2], !(b&1) ?
AV_RN16
(&left[p*m]) :
AV_RN16
(&right[p*m]));
in filter_frame()
H
A
D
vf_morpho.c
619
chords->nb_elements += (
AV_RN16
(&SE->img[y][x * 2]) >= mid);
in build_chord_set()
621
if (
AV_RN16
(&SE->img[y][x * 2]) >= mid && chord_start == -1) {
in build_chord_set()
624
} else if (
AV_RN16
(&SE->img[y][x * 2]) < mid && chord_start != -1) {
in build_chord_set()
/third_party/ffmpeg/libavutil/arm/
H
A
D
intreadwrite.h
28
#define
AV_RN16
AV_RN16
macro
29
static av_always_inline unsigned
AV_RN16
(const void *p)
in AV_RN16()
function
/third_party/ffmpeg/libavutil/
H
A
D
intreadwrite.h
89
# if defined(
AV_RN16
) && !defined(AV_RB16)
90
# define AV_RB16(p)
AV_RN16
(p)
91
# elif !defined(
AV_RN16
) && defined(AV_RB16)
92
# define
AV_RN16
(p) AV_RB16(p)
macro
151
# if defined(
AV_RN16
) && !defined(AV_RL16)
152
# define AV_RL16(p)
AV_RN16
(p)
153
# elif !defined(
AV_RN16
) && defined(AV_RL16)
154
# define
AV_RN16
(p) AV_RL16(p)
macro
359
#ifndef
AV_RN16
360
# define
AV_RN16
(
macro
[all...]
H
A
D
mem.c
371
uint32_t v =
AV_RN16
(dst - 2);
in fill16()
/third_party/ffmpeg/libavformat/
H
A
D
cdxl.c
62
if (!
AV_RN16
(&buf[20]))
in cdxl_read_probe()
69
if (!
AV_RN16
(&buf[22]) &&
AV_RN16
(&buf[24]))
in cdxl_read_probe()
H
A
D
imx.c
43
if (
AV_RN16
(p->buf+8) == 0)
in simbiosis_imx_probe()
H
A
D
wtvdec.c
293
(name_size < filename_size + 2 || !
AV_RN16
(name + filename_size)))
in wtvfile_open2()
H
A
D
mxfdec.c
4088
AV_RN16
(bufp+12) ==
AV_RN16
(mxf_header_partition_pack_key+12))
in mxf_probe()
/third_party/ffmpeg/fftools/
H
A
D
ffprobe.c
960
else if (bytes == 2) av_bprintf(&bp, format,
AV_RN16
(data));
in writer_print_integers()
Completed in 43 milliseconds