/external/libvpx/libvpx/vpx_dsp/mips/ |
H A D | 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, [all...] |
H A D | 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, p [all...] |
H A D | 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,
|
H A D | 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/ |
H A D | 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, p 16 load_thresh(const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, uint16x8_t *blimit_vec, uint16x8_t *limit_vec, uint16x8_t *thresh_vec, const int bd) argument 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 664 lpf_horizontal_16_kernel(uint16_t *s, int p, const uint16x8_t blimit_vec, const uint16x8_t limit_vec, const uint16x8_t thresh_vec, const int bd) argument 688 lpf_vertical_16_kernel(uint16_t *s, int p, const uint16x8_t blimit_vec, const uint16x8_t limit_vec, const uint16x8_t thresh_vec, const int bd) argument 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...] |
H A D | 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 810 load_thresh_8(blimit, limit, thresh, &blimit_vec, &limit_vec, &thresh_vec); 811 lpf_horizontal_4_kernel(s, p, blimit_vec, limit_vec, thresh_vec); 820 uint8x16_t blimit_vec, limit_vec, thresh_vec; local 822 &blimit_vec, &limit_vec, &thresh_vec); 823 lpf_horizontal_4_dual_kernel(s, p, blimit_vec, limit_vec, thresh_vec); 34 load_thresh_8_dual( const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, uint8x16_t *blimit_vec, uint8x16_t *limit_vec, uint8x16_t *thresh_vec) argument 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/ |
H A D | vp8_loopfilter_filters_dspr2.c | 2259 unsigned int thresh_vec, flimit_vec, limit_vec; local 2270 "replv.qb %[thresh_vec], %[thresh] \n\t" 2273 : [thresh_vec] "=&r"(thresh_vec), [flimit_vec] "=&r"(flimit_vec), 2278 thresh_vec, 16); 2282 limit_vec, thresh_vec, 0); 2287 limit_vec, thresh_vec, 0); 2295 unsigned int thresh_vec, flimit_vec, limit_vec; local 2306 "replv.qb %[thresh_vec], %[thresh] \n\t" 2309 : [thresh_vec] " 2329 unsigned int thresh_vec, flimit_vec, limit_vec; local 2367 unsigned int thresh_vec, flimit_vec, limit_vec; local [all...] |