OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_diff
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
416
int
this_diff
= coeff[i] - dqcoeff[i];
local
417
error +=
this_diff
*
this_diff
;
439
int
this_diff
= be->coeff[j] - bd->dqcoeff[j];
local
440
berror +=
this_diff
*
this_diff
;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
467
int
this_diff
= coeff[i] - dqcoeff[i];
local
468
error += (unsigned)
this_diff
*
this_diff
;
[
all
...]
Completed in 32 milliseconds