OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intra_error
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
firstpass.c
151
stats->
intra_error
,
176
section->
intra_error
= 0.0;
198
section->
intra_error
+= frame->
intra_error
;
220
section->
intra_error
-= frame->
intra_error
;
244
section->
intra_error
/= section->count;
520
int64_t
intra_error
= 0;
local
627
intra_error
+= (int64_t)this_error;
802
fps.
intra_error
= (double)(intra_error >> 8)
[
all
...]
block.h
139
int64_t
intra_error
;
member in struct:macroblock
encodeframe.c
679
x->
intra_error
= 0;
894
cpi->mb.
intra_error
+= cpi->mb_row_ei[i].mb.
intra_error
;
1214
int
intra_error
= 0;
local
[
all
...]
onyx_int.h
100
double
intra_error
;
member in struct:__anon23009
ethreading.c
491
mb->
intra_error
= 0;
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
144
stats->
intra_error
,
169
section->
intra_error
= 0.0;
191
section->
intra_error
+= frame->
intra_error
;
213
section->
intra_error
-= frame->
intra_error
;
237
section->
intra_error
/= section->count;
498
int64_t
intra_error
= 0;
local
627
intra_error
+= (int64_t)this_error;
807
fps.
intra_error
= (double)(intra_error >> 8)
[
all
...]
vp9_mbgraph.c
190
int
intra_error
;
local
201
intra_error
= find_best_16x16_intra(cpi, mb_y_offset,
203
if (
intra_error
<= 0)
204
intra_error
= 1;
205
stats->ref[INTRA_FRAME].err =
intra_error
;
vp9_block.h
49
int64_t
intra_error
;
member in struct:__anon23070
vp9_onyx_int.h
79
double
intra_error
;
member in struct:__anon23076
Completed in 3491 milliseconds