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

  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_4_msa.c 46 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local
52 thresh0 = (v16u8)__msa_fill_b(*thresh0_ptr);
54 thresh0 = (v16u8)__msa_ilvr_d((v2i64)thresh1, (v2i64)thresh0);
64 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, hev,
107 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local
121 thresh0 = (v16u8)__msa_fill_b(*thresh0_ptr);
123 thresh0 = (v16u8)__msa_ilvr_d((v2i64)thresh1, (v2i64)thresh0);
133 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, hev
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
loopfilter_filters_msa.c 217 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local
221 thresh0 = (v16u8)__msa_fill_b(*thresh0_ptr);
223 thresh0 = (v16u8)__msa_ilvr_d((v2i64)thresh1, (v2i64)thresh0);
233 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, hev,
248 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local
261 thresh0 = (v16u8)__msa_fill_b(*thresh0_ptr);
263 thresh0 = (v16u8)__msa_ilvr_d((v2i64)thresh1, (v2i64)thresh0);
273 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0, hev
    [all...]
  /external/webp/src/dsp/
dec_msa.c 423 const v16u8 thresh0 = (v16u8)__msa_fill_b(thresh); local
428 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0,
448 const v16u8 thresh0 = (v16u8)__msa_fill_b(thresh); local
458 LPF_MASK_HEV(p3, p2, p1, p0, q0, q1, q2, q3, limit0, b_limit0, thresh0,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 2177 uint16 thresh0; \/* Radar detection, thresh 0 *\/ member in struct:__anon41926
    [all...]

Completed in 2491 milliseconds