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:mb_index2xy
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ituh263enc.c
279
if(qscale_table[ s->
mb_index2xy
[i] ] - qscale_table[ s->
mb_index2xy
[i-1] ] >2)
in ff_clean_h263_qscales()
280
qscale_table[ s->
mb_index2xy
[i] ]= qscale_table[ s->
mb_index2xy
[i-1] ]+2;
in ff_clean_h263_qscales()
283
if(qscale_table[ s->
mb_index2xy
[i] ] - qscale_table[ s->
mb_index2xy
[i+1] ] >2)
in ff_clean_h263_qscales()
284
qscale_table[ s->
mb_index2xy
[i] ]= qscale_table[ s->
mb_index2xy
[i+1] ]+2;
in ff_clean_h263_qscales()
289
int mb_xy= s->
mb_index2xy
[i];
in ff_clean_h263_qscales()
291
if(qscale_table[mb_xy] != qscale_table[s->
mb_index2xy
[
in ff_clean_h263_qscales()
[all...]
H
A
D
error_resilience.c
416
const int mb_xy = s->
mb_index2xy
[i];
in guess_mv()
730
const int mb_xy = s->
mb_index2xy
[i];
in is_intra_more_likely()
827
const int start_xy = s->
mb_index2xy
[start_i];
in ff_er_add_slice()
828
const int end_xy = s->
mb_index2xy
[end_i];
in ff_er_add_slice()
882
int prev_status = s->error_status_table[s->
mb_index2xy
[start_i - 1]];
in ff_er_add_slice()
984
const int mb_xy = s->
mb_index2xy
[i];
in ff_er_frame_end()
1006
const int mb_xy = s->
mb_index2xy
[i];
in ff_er_frame_end()
1030
const int mb_xy = s->
mb_index2xy
[i];
in ff_er_frame_end()
1032
int error2 = s->error_status_table[s->
mb_index2xy
[i + 1]];
in ff_er_frame_end()
1055
const int mb_xy = s->
mb_index2xy
[
in ff_er_frame_end()
[all...]
H
A
D
mpeg_er.c
108
er->
mb_index2xy
= s->
mb_index2xy
;
in ff_mpeg_er_init()
H
A
D
error_resilience.h
59
int *
mb_index2xy
;
member
H
A
D
h264dec.c
158
av_freep(&h->er.
mb_index2xy
);
in ff_h264_free_tables()
233
if (!FF_ALLOCZ_TYPED_ARRAY(er->
mb_index2xy
, h->mb_num + 1) ||
in ff_h264_alloc_tables()
241
er->
mb_index2xy
[x + y * h->mb_width] = x + y * h->mb_stride;
in ff_h264_alloc_tables()
243
er->
mb_index2xy
[h->mb_height * h->mb_width] = (h->mb_height - 1) *
in ff_h264_alloc_tables()
H
A
D
mpegvideo.h
277
int *
mb_index2xy
; ///< mb_index -> mb_x + mb_y*mb_stride
member
H
A
D
mpeg4videoenc.c
234
int mb_xy = s->
mb_index2xy
[i];
in ff_clean_mpeg4_qscales()
244
int mb_xy = s->
mb_index2xy
[i];
in ff_clean_mpeg4_qscales()
252
int mb_xy = s->
mb_index2xy
[i];
in ff_clean_mpeg4_qscales()
253
if (qscale_table[mb_xy] != qscale_table[s->
mb_index2xy
[i - 1]] &&
in ff_clean_mpeg4_qscales()
H
A
D
mpegvideo.c
556
if (!FF_ALLOCZ_TYPED_ARRAY(s->
mb_index2xy
, s->mb_num + 1))
in ff_mpv_init_context_frame()
560
s->
mb_index2xy
[x + y * s->mb_width] = x + y * s->mb_stride;
in ff_mpv_init_context_frame()
562
s->
mb_index2xy
[s->mb_height * s->mb_width] = (s->mb_height - 1) * s->mb_stride + s->mb_width; // FIXME really needed?
in ff_mpv_init_context_frame()
727
s->
mb_index2xy
= NULL;
in clear_context()
869
av_freep(&s->
mb_index2xy
);
in ff_mpv_free_context_frame()
H
A
D
ratecontrol.c
759
const int mb_xy = s->
mb_index2xy
[i];
in adaptive_quantization()
838
const int mb_xy = s->
mb_index2xy
[i];
in adaptive_quantization()
H
A
D
mpegvideo_enc.c
242
unsigned int lam = s->lambda_table[s->
mb_index2xy
[i]];
in ff_init_qscale_tab()
244
qscale_table[s->
mb_index2xy
[i]] = av_clip(qp, s->avctx->qmin,
in ff_init_qscale_tab()
H
A
D
h264_slice.c
2710
int prev_status = sl->er->error_status_table[sl->er->
mb_index2xy
[start_i - 1]];
in decode_slice()
Completed in 22 milliseconds