OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encoder_highbd_8_variance
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
psnr.c
71
static void
encoder_highbd_8_variance
(const uint8_t *a8, int a_stride,
function
152
encoder_highbd_8_variance
(&a[width - dw], a_stride, &b[width - dw],
157
encoder_highbd_8_variance
(&a[(height - dh) * a_stride], a_stride,
/external/libaom/libaom/aom_dsp/
psnr.c
74
static void
encoder_highbd_8_variance
(const uint8_t *a8, int a_stride,
function
153
encoder_highbd_8_variance
(&a[width - dw], a_stride, &b[width - dw],
158
encoder_highbd_8_variance
(&a[(height - dh) * a_stride], a_stride,
Completed in 340 milliseconds