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

  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter_filters.c 65 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, function
118 const int8_t hev = hev_mask(*thresh, p1, p0, q0, q1);
138 const int8_t hev = hev_mask(*thresh, p1, p0, q0, q1);
180 const int8_t hev = hev_mask(*thresh, p1, p0, q0, q1);
200 const int8_t hev = hev_mask(thresh[0], p1, p0, q0, q1);
273 const int8_t hev = hev_mask(*thresh, p1, p0, q0, q1);
299 const int8_t hev = hev_mask(*thresh, p1, p0, q0, q1);
  /external/libvpx/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 730 ;load back hev_mask r6 and filter_mask lr
    [all...]

Completed in 114 milliseconds