/external/libvpx/libvpx/vp9/encoder/ |
vp9_variance_c.c | 219 comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64); 276 comp_avg_pred(temp3, second_pred, 32, 64, temp2, 32); 333 comp_avg_pred(temp3, second_pred, 32, 16, temp2, 32); 390 comp_avg_pred(temp3, second_pred, 16, 32, temp2, 16); 617 comp_avg_pred(temp3, second_pred, 4, 4, temp2, 4); 661 comp_avg_pred(temp3, second_pred, 8, 8, temp2, 8); 706 comp_avg_pred(temp3, second_pred, 16, 16, temp2, 16); 750 comp_avg_pred(temp3, second_pred, 64, 64, temp2, 64); [all...] |
vp9_variance.h | 100 static void comp_avg_pred(uint8_t *comp_pred, const uint8_t *pred, int width, function
|
vp9_sad_c.c | 34 comp_avg_pred(comp_pred, second_pred, m, n, ref_ptr, ref_stride); \
|
vp9_mcomp.c | 515 comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride); 617 comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride); [all...] |