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

  /external/libvpx/libvpx/vp9/encoder/
vp9_variance_c.c 53 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
54 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
76 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
77 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
110 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
111 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
133 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
134 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
167 hfilter = BILINEAR_FILTERS_2TAP(xoffset);
168 vfilter = BILINEAR_FILTERS_2TAP(yoffset)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_filter.h 30 #define BILINEAR_FILTERS_2TAP(x) \

Completed in 32 milliseconds