/external/libvpx/libvpx/vp9/encoder/ |
vp9_variance_c.c | 70 const uint8_t *second_pred) { 82 comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64); 127 const uint8_t *second_pred) { 139 comp_avg_pred(temp3, second_pred, 32, 64, temp2, 32); 184 const uint8_t *second_pred) { 196 comp_avg_pred(temp3, second_pred, 32, 16, temp2, 32); 241 const uint8_t *second_pred) { 253 comp_avg_pred(temp3, second_pred, 16, 32, temp2, 16); 465 const uint8_t *second_pred) { 480 comp_avg_pred(temp3, second_pred, 4, 4, temp2, 4) [all...] |
vp9_variance.h | 27 const uint8_t *second_pred, 68 const uint8_t *second_pred);
|
vp9_mcomp.h | 94 const uint8_t *second_pred, 124 int_mv *center_mv, const uint8_t *second_pred,
|
vp9_mcomp.c | 520 z, src_stride, &sse, second_pred) 531 const uint8_t *second_pred, 574 comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride); 638 const uint8_t *second_pred, 690 comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride); [all...] |
vp9_sad_c.c | 31 const uint8_t *second_pred, \ 34 comp_avg_pred(comp_pred, second_pred, m, n, ref_ptr, ref_stride); \
|
vp9_rdopt.c | 2473 uint8_t *second_pred = vpx_memalign(16, pw * ph * sizeof(uint8_t)); local [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad_sse2.asm | 26 second_pred, n_rows 30 second_pred, \
|
/external/libvpx/libvpx/test/ |
variance_test.cc | 83 const uint8_t *second_pred, 100 int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x];
|