/external/libvpx/libvpx/vp9/encoder/ |
vp9_variance_c.c | 207 const uint8_t *second_pred) { 219 comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64); 264 const uint8_t *second_pred) { 276 comp_avg_pred(temp3, second_pred, 32, 64, temp2, 32); 321 const uint8_t *second_pred) { 333 comp_avg_pred(temp3, second_pred, 32, 16, temp2, 32); 378 const uint8_t *second_pred) { 390 comp_avg_pred(temp3, second_pred, 16, 32, temp2, 16); 602 const uint8_t *second_pred) { 617 comp_avg_pred(temp3, second_pred, 4, 4, temp2, 4) [all...] |
vp9_variance.h | 36 const uint8_t *second_pred, 77 const uint8_t *second_pred);
|
vp9_mcomp.h | 99 const uint8_t *second_pred, 129 int_mv *center_mv, const uint8_t *second_pred,
|
vp9_mcomp.c | 464 z, src_stride, &sse, second_pred) 476 const uint8_t *second_pred, 515 comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride); 579 const uint8_t *second_pred, 617 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 | 2514 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 | 169 const uint8_t *second_pred, 186 int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x];
|