OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DistoStats
(Results
1 - 6
of
6
) sorted by null
/external/webp/src/enc/
filter.c
113
void VP8SSIMAddStats(const
DistoStats
* const src,
DistoStats
* const dst) {
125
DistoStats
* const stats) {
147
double VP8SSIMGet(const
DistoStats
* const stats) {
168
double VP8SSIMGetSquaredError(const
DistoStats
* const s) {
182
int W, int H,
DistoStats
* const stats) {
193
DistoStats
s = { .0, .0, .0, .0, .0, .0 };
vp8enci.h
484
}
DistoStats
;
485
void VP8SSIMAddStats(const
DistoStats
* const src,
DistoStats
* const dst);
488
int W, int H,
DistoStats
* const stats);
489
double VP8SSIMGet(const
DistoStats
* const stats);
490
double VP8SSIMGetSquaredError(const
DistoStats
* const stats);
picture_psnr.c
30
int w, int h,
DistoStats
* stats) {
74
DistoStats
stats[5];
/external/opencv3/3rdparty/libwebp/enc/
vp8enci.h
531
}
DistoStats
;
532
void VP8SSIMAddStats(const
DistoStats
* const src,
DistoStats
* const dst);
535
int W, int H,
DistoStats
* const stats);
536
double VP8SSIMGet(const
DistoStats
* const stats);
537
double VP8SSIMGetSquaredError(const
DistoStats
* const stats);
filter.c
241
void VP8SSIMAddStats(const
DistoStats
* const src,
DistoStats
* const dst) {
253
DistoStats
* const stats) {
275
double VP8SSIMGet(const
DistoStats
* const stats) {
296
double VP8SSIMGetSquaredError(const
DistoStats
* const s) {
310
int W, int H,
DistoStats
* const stats) {
321
DistoStats
s = { .0, .0, .0, .0, .0, .0 };
picture.c
964
DistoStats
stats[5];
[
all
...]
Completed in 164 milliseconds