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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_variance.c 154 vp9_comp_avg_pred(temp3, second_pred, W, H, temp2, W); \
243 void vp9_comp_avg_pred(uint8_t *comp_pred, const uint8_t *pred, int width, function
  /external/libvpx/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);
623 vp9_comp_avg_pred(temp3, second_pred, 4, 4, temp2, 4);
667 vp9_comp_avg_pred(temp3, second_pred, 8, 8, temp2, 8);
712 vp9_comp_avg_pred(temp3, second_pred, 16, 16, temp2, 16);
756 vp9_comp_avg_pred(temp3, second_pred, 64, 64, temp2, 64);
1103 void vp9_comp_avg_pred(uint8_t *comp_pred, const uint8_t *pred, int width, function
    [all...]
  /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...]

Completed in 7755 milliseconds