HomeSort by relevance Sort by last modified time
    Searched refs:vp9_comp_avg_pred (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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...]
vp9_variance.h 103 void vp9_comp_avg_pred(uint8_t *comp_pred, const uint8_t *pred, int width,
vp9_sad.c 47 vp9_comp_avg_pred(comp_pred, second_pred, m, n, ref_ptr, ref_stride); \
vp9_mcomp.c 407 vp9_comp_avg_pred(comp_pred, second_pred, w, h, y, y_stride);
    [all...]

Completed in 56 milliseconds