vp9_variance.c | 219 vp9_comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64); 276 vp9_comp_avg_pred(temp3, second_pred, 32, 64, temp2, 32); 333 vp9_comp_avg_pred(temp3, second_pred, 32, 16, temp2, 32); 390 vp9_comp_avg_pred(temp3, second_pred, 16, 32, temp2, 16); 617 vp9_comp_avg_pred(temp3, second_pred, 4, 4, temp2, 4); 661 vp9_comp_avg_pred(temp3, second_pred, 8, 8, temp2, 8); 706 vp9_comp_avg_pred(temp3, second_pred, 16, 16, temp2, 16); 750 vp9_comp_avg_pred(temp3, second_pred, 64, 64, temp2, 64); 1097 void vp9_comp_avg_pred(uint8_t *comp_pred, const uint8_t *pred, int width, function [all...] |