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:vsample
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mjpegenc_common.c
252
void ff_mjpeg_init_hvsample(AVCodecContext *avctx, int hsample[4], int
vsample
[4])
in ff_mjpeg_init_hvsample()
argument
258
vsample
[0] = hsample[0] =
in ff_mjpeg_init_hvsample()
259
vsample
[1] = hsample[1] =
in ff_mjpeg_init_hvsample()
260
vsample
[2] = hsample[2] =
in ff_mjpeg_init_hvsample()
261
vsample
[3] = hsample[3] = 1;
in ff_mjpeg_init_hvsample()
263
vsample
[0] =
vsample
[1] =
vsample
[2] = 2;
in ff_mjpeg_init_hvsample()
269
vsample
[0] = 2;
in ff_mjpeg_init_hvsample()
270
vsample
[
in ff_mjpeg_init_hvsample()
286
int hsample[4],
vsample
[4];
ff_mjpeg_encode_picture_header()
local
[all...]
H
A
D
ljpegenc.c
53
int
vsample
[4];
member
138
v = s->
vsample
[i];
in ljpeg_encode_yuv_mb()
172
v = s->
vsample
[i];
in ljpeg_encode_yuv_mb()
197
const int mb_height = (avctx->height + s->
vsample
[0] - 1) / s->
vsample
[0];
in ljpeg_encode_yuv()
202
mb_width * 4 * 3 * s->hsample[0] * s->
vsample
[0]) {
in ljpeg_encode_yuv()
222
const int mb_height = (height + s->
vsample
[0] - 1) / s->
vsample
[0];
in ljpeg_encode_frame()
233
* s->hsample[0] * s->
vsample
[0];
in ljpeg_encode_frame()
294
ff_mjpeg_init_hvsample(avctx, s->hsample, s->
vsample
);
in ljpeg_encode_init()
[all...]
H
A
D
mjpegenc_common.h
45
void ff_mjpeg_init_hvsample(AVCodecContext *avctx, int hsample[4], int
vsample
[4]);
H
A
D
mjpegenc.c
616
int
vsample
= i ? 2 >> chroma_v_shift : 2;
in amv_encode_picture()
local
617
pic->data[i] += pic->linesize[i] * (
vsample
* s->height / V_MAX - 1);
in amv_encode_picture()
Completed in 3 milliseconds