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

  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_filters_dspr2.c 30 uint32_t thresh_vec, flimit_vec, limit_vec; local
39 "replv.qb %[thresh_vec], %[uthresh] \n\t"
43 : [thresh_vec] "=&r"(thresh_vec), [flimit_vec] "=&r"(flimit_vec),
84 p6, thresh_vec, &hev, &mask);
115 uint32_t thresh_vec, flimit_vec, limit_vec; local
124 "replv.qb %[thresh_vec], %[uthresh] \n\t"
128 : [thresh_vec] "=&r"(thresh_vec), [flimit_vec] "=&r"(flimit_vec),
203 p6, thresh_vec, &hev, &mask)
    [all...]
loopfilter_mb_dspr2.c 29 uint32_t thresh_vec, flimit_vec, limit_vec; local
42 "replv.qb %[thresh_vec], %[uthresh] \n\t"
46 : [thresh_vec] "=&r"(thresh_vec), [flimit_vec] "=&r"(flimit_vec),
78 filter_hev_mask_flatmask4_dspr2(limit_vec, flimit_vec, thresh_vec, p1, p0,
296 uint32_t thresh_vec, flimit_vec, limit_vec; local
309 "replv.qb %[thresh_vec], %[uthresh] \n\t"
313 : [thresh_vec] "=&r"(thresh_vec), [flimit_vec] "=&r"(flimit_vec),
412 filter_hev_mask_flatmask4_dspr2(limit_vec, flimit_vec, thresh_vec, p1, p0
    [all...]
loopfilter_mb_vert_dspr2.c 28 uint32_t thresh_vec, flimit_vec, limit_vec; local
45 "replv.qb %[thresh_vec], %[uthresh] \n\t"
49 : [thresh_vec] "=&r"(thresh_vec), [flimit_vec] "=&r"(flimit_vec),
234 filter_hev_mask_flatmask4_dspr2(limit_vec, flimit_vec, thresh_vec, p1, p0,
loopfilter_mb_horiz_dspr2.c 30 uint32_t thresh_vec, flimit_vec, limit_vec; local
47 "replv.qb %[thresh_vec], %[uthresh] \n\t"
51 : [thresh_vec] "=&r"(thresh_vec), [flimit_vec] "=&r"(flimit_vec),
106 filter_hev_mask_flatmask4_dspr2(limit_vec, flimit_vec, thresh_vec, p1, p0,
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_loopfilter_neon.c 18 uint16x8_t *limit_vec, uint16x8_t *thresh_vec,
23 *thresh_vec = vmovl_u8(vld1_dup_u8(thresh));
26 *thresh_vec = vshlq_u16(*thresh_vec, shift);
568 uint16x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
571 load_thresh(blimit, limit, thresh, &blimit_vec, &limit_vec, &thresh_vec, bd);
573 filter_hev_mask4(limit_vec, blimit_vec, thresh_vec, p3, p2, p1, p0, q0, q1,
590 uint16x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
597 load_thresh(blimit, limit, thresh, &blimit_vec, &limit_vec, &thresh_vec, bd);
598 filter_hev_mask4(limit_vec, blimit_vec, thresh_vec, p3, p2, p1, p0, q0, q1
615 uint16x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
639 uint16x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
730 uint16x8_t blimit_vec, limit_vec, thresh_vec; local
739 uint16x8_t blimit_vec, limit_vec, thresh_vec; local
748 uint16x8_t blimit_vec, limit_vec, thresh_vec; local
757 uint16x8_t blimit_vec, limit_vec, thresh_vec; local
    [all...]
loopfilter_neon.c 24 uint8x##w##_t *thresh_vec) { \
27 *thresh_vec = vld1##r##dup_u8(thresh); \
37 uint8x16_t *blimit_vec, uint8x16_t *limit_vec, uint8x16_t *thresh_vec) {
40 *thresh_vec = vcombine_u8(vld1_dup_u8(thresh0), vld1_dup_u8(thresh1));
809 uint8x8_t blimit_vec, limit_vec, thresh_vec; local
820 uint8x16_t blimit_vec, limit_vec, thresh_vec; local
828 uint8x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
843 uint8x16_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
866 uint8x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
885 uint8x16_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
901 uint8x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
921 uint8x16_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, local
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
vp8_loopfilter_filters_dspr2.c 2259 unsigned int thresh_vec, flimit_vec, limit_vec; local
2295 unsigned int thresh_vec, flimit_vec, limit_vec; local
2329 unsigned int thresh_vec, flimit_vec, limit_vec; local
2367 unsigned int thresh_vec, flimit_vec, limit_vec; local
    [all...]

Completed in 127 milliseconds