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

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_loopfilter_filters_dspr2.c 35 uint32_t uflimit, ulimit, uthresh; local
39 uthresh = *thresh;
43 "replv.qb %[thresh_vec], %[uthresh] \n\t"
49 : [uthresh] "r" (uthresh), [uflimit] "r" (uflimit), [ulimit] "r" (ulimit)
129 uint32_t uflimit, ulimit, uthresh; local
133 uthresh = *thresh;
137 "replv.qb %[thresh_vec], %[uthresh] \n\t"
143 : [uthresh] "r" (uthresh), [uflimit] "r" (uflimit), [ulimit] "r" (ulimit
    [all...]
vp9_mbloop_loopfilter_dspr2.c 34 uint32_t uflimit, ulimit, uthresh; local
42 uthresh = *thresh;
46 "replv.qb %[thresh_vec], %[uthresh] \n\t"
52 : [uthresh] "r" (uthresh), [uflimit] "r" (uflimit), [ulimit] "r" (ulimit)
333 uint32_t uflimit, ulimit, uthresh; local
341 uthresh = *thresh;
345 "replv.qb %[thresh_vec], %[uthresh] \n\t"
351 : [uthresh] "r" (uthresh), [uflimit] "r" (uflimit), [ulimit] "r" (ulimit
    [all...]
vp9_mblpf_horiz_loopfilter_dspr2.c 35 uint32_t uflimit, ulimit, uthresh; local
47 uthresh = *thresh;
51 "replv.qb %[thresh_vec], %[uthresh] \n\t"
57 : [uthresh] "r" (uthresh), [uflimit] "r" (uflimit), [ulimit] "r" (ulimit)
    [all...]
vp9_mblpf_vert_loopfilter_dspr2.c 33 uint32_t uflimit, ulimit, uthresh; local
45 uthresh = *thresh;
49 "replv.qb %[thresh_vec], %[uthresh] \n\t"
55 : [uthresh] "r" (uthresh), [uflimit] "r" (uflimit), [ulimit] "r" (ulimit)
    [all...]

Completed in 62 milliseconds