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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter_filters.c 105 void vp9_lpf_horizontal_4_c(uint8_t *s, int p /* pitch */, function
126 vp9_lpf_horizontal_4_c(s, p, blimit0, limit0, thresh0, 1);
127 vp9_lpf_horizontal_4_c(s + 8, p, blimit1, limit1, thresh1, 1);
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter_filters.c 105 void vp9_lpf_horizontal_4_c(uint8_t *s, int p /* pitch */, function
126 vp9_lpf_horizontal_4_c(s, p, blimit0, limit0, thresh0, 1);
127 vp9_lpf_horizontal_4_c(s + 8, p, blimit1, limit1, thresh1, 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter_filters.c 105 void vp9_lpf_horizontal_4_c(uint8_t *s, int p /* pitch */, function
126 vp9_lpf_horizontal_4_c(s, p, blimit0, limit0, thresh0, 1);
127 vp9_lpf_horizontal_4_c(s + 8, p, blimit1, limit1, thresh1, 1);

Completed in 54 milliseconds