/external/libvpx/libvpx/vp8/common/ |
loopfilter_filters.c | 45 signed char hev = 0; local 46 hev |= (abs(p1 - p0) > thresh) * -1; 47 hev |= (abs(q1 - q0) > thresh) * -1; 48 return hev; 51 static void vp8_filter(signed char mask, uc hev, uc *op1, 67 filter_value &= hev; 90 filter_value &= ~hev; 108 int hev = 0; /* high edge variance */ local 121 hev = vp8_hevmask(thresh[0], s[-2*p], s[-1*p], s[0*p], s[1*p]); 123 vp8_filter(mask, hev, s - 2 * p, s - 1 * p, s, s + 1 * p) 140 int hev = 0; \/* high edge variance *\/ local 226 signed char hev = 0; \/* high edge variance *\/ local 261 signed char hev = 0; \/* high edge variance *\/ local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
loopfilter_filters.c | 45 signed char hev = 0; local 46 hev |= (abs(p1 - p0) > thresh) * -1; 47 hev |= (abs(q1 - q0) > thresh) * -1; 48 return hev; 51 static void vp8_filter(signed char mask, uc hev, uc *op1, 67 filter_value &= hev; 90 filter_value &= ~hev; 108 int hev = 0; /* high edge variance */ local 121 hev = vp8_hevmask(thresh[0], s[-2*p], s[-1*p], s[0*p], s[1*p]); 123 vp8_filter(mask, hev, s - 2 * p, s - 1 * p, s, s + 1 * p) 140 int hev = 0; \/* high edge variance *\/ local 226 signed char hev = 0; \/* high edge variance *\/ local 261 signed char hev = 0; \/* high edge variance *\/ local [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
transfer.cpp | 148 hard_event *hev = new hard_event( 155 ret_object(ev, hev); 173 hard_event *hev = new hard_event( 180 ret_object(ev, hev); 202 hard_event *hev = new hard_event( 211 ret_object(ev, hev); 233 hard_event *hev = new hard_event( 242 ret_object(ev, hev); 258 hard_event *hev = new hard_event( 264 ret_object(ev, hev); [all...] |
kernel.cpp | 285 hard_event *hev = new hard_event( 289 ret_object(ev, hev); 307 hard_event *hev = new hard_event( 311 ret_object(ev, hev);
|
event.cpp | 208 ref_ptr<hard_event> hev = transfer( local 230 ref_ptr<hard_event> hev = transfer(new hard_event(*q, 0, { })); local 233 hev->wait();
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
loopfilter_4_msa.c | 19 v16u8 mask, hev, flat, thresh, b_limit, limit; local 32 hev, mask, flat); 33 VP9_LPF_FILTER4_8W(p1, p0, q0, q1, mask, hev, p1_out, p0_out, q0_out, q1_out); 49 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; local 68 hev, mask, flat); 69 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1, p0, q0, q1); 79 v16u8 mask, hev, flat, limit, thresh, b_limit; local 94 hev, mask, flat); 95 VP9_LPF_FILTER4_8W(p1, p0, q0, q1, mask, hev, p1, p0, q0, q1); 112 v16u8 mask, hev, flat local [all...] |
loopfilter_masks_dspr2.h | 26 * compute hev and mask in the same function */ 32 uint32_t thresh, uint32_t *hev, 55 * hev |= (abs(p1 - p0) > thresh) 66 * hev |= (abs(q1 - q0) > thresh) 128 *hev = hev1; 139 uint32_t *hev, 165 * hev |= (abs(p1 - p0) > thresh) 179 * hev |= (abs(q1 - q0) > thresh) 277 *hev = hev1;
|
loopfilter_filters_dspr2.c | 30 uint32_t hev; local 92 thresh_vec, &hev, &mask); 97 filter_dspr2(mask, hev, &p1, &p2, &p3, &p4); 123 uint32_t mask, hev; local 221 &hev, &mask); 226 filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
|
loopfilter_mb_dspr2.c | 29 uint32_t hev, flat; local 85 &hev, &mask, &flat); 88 filter1_dspr2(mask, hev, p1, p0, q0, q1, 132 filter1_dspr2(mask, hev, p1, p0, q0, q1, 328 uint32_t mask, hev, flat; local 455 &hev, &mask, &flat); 458 filter1_dspr2(mask, hev, p1, p0, q0, q1, 474 filter1_dspr2(mask, hev, p1, p0, q0, q1,
|
loopfilter_8_msa.c | 19 v16u8 mask, hev, flat, thresh, b_limit, limit; local 36 hev, mask, flat); 38 VP9_LPF_FILTER4_8W(p1, p0, q0, q1, mask, hev, p1_out, p0_out, q0_out, q1_out); 95 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; local 117 /* mask and hev */ 119 hev, mask, flat); 121 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1_out, p0_out, q0_out, q1_out); 168 v16u8 flat, mask, hev, thresh, b_limit, limit; local 186 /* mask and hev */ 188 hev, mask, flat) 250 v16u8 flat, mask, hev, thresh, b_limit, limit; local [all...] |
loopfilter_filters_dspr2.h | 27 static INLINE void filter_dspr2(uint32_t mask, uint32_t hev, 71 hev_l = hev & HWM; 72 hev_r = hev << 8; 84 /* vpx_filter &= hev; */ 153 /* vpx_filter &= ~hev; */ 199 static INLINE void filter1_dspr2(uint32_t mask, uint32_t hev, 245 hev_l = hev & HWM; 246 hev_r = hev << 8; 258 /* vpx_filter &= hev; */ 326 /* vpx_filter &= ~hev; */ [all...] |
loopfilter_mb_vert_dspr2.c | 28 uint32_t mask, hev, flat, flat2; local 252 &hev, &mask, &flat); 259 filter1_dspr2(mask, hev, p1, p0, q0, q1, 293 filter1_dspr2(mask, hev, p1, p0, q0, q1, 468 filter1_dspr2(mask, hev, p1, p0, q0, q1, [all...] |
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
vp8_loopfilter_filters_dspr2.c | 41 * compute hev and mask in the same function 56 uint32_t *hev, 81 * hev |= (abs(p1 - p0) > thresh) 92 * hev |= (abs(q1 - q0) > thresh) 154 *hev = hev1; 163 uint32_t hev, 212 hev_l = hev & HWM; 213 hev_r = hev << 8; 225 /* vp8_filter &= hev; */ 296 /* vp8_filter &= ~hev; */ 354 uint32_t hev; local 564 uint32_t hev; local 681 uint32_t mask, hev; local 1031 uint32_t mask, hev; local 1642 uint32_t mask, hev; local 1787 uint32_t mask, hev; local 1914 uint32_t mask, hev; local 2124 uint32_t mask, hev; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
loopfilter_filters_dspr2.c | 41 * compute hev and mask in the same function 56 uint32_t *hev, 81 * hev |= (abs(p1 - p0) > thresh) 92 * hev |= (abs(q1 - q0) > thresh) 154 *hev = hev1; 163 uint32_t hev, 212 hev_l = hev & HWM; 213 hev_r = hev << 8; 225 /* vp8_filter &= hev; */ 296 /* vp8_filter &= ~hev; */ 354 uint32_t hev; local 564 uint32_t hev; local 681 uint32_t mask, hev; local 1031 uint32_t mask, hev; local 1642 uint32_t mask, hev; local 1787 uint32_t mask, hev; local 1914 uint32_t mask, hev; local 2124 uint32_t mask, hev; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_loopfilter_masks_dspr2.h | 26 * compute hev and mask in the same function */ 32 uint32_t thresh, uint32_t *hev, 55 * hev |= (abs(p1 - p0) > thresh) 66 * hev |= (abs(q1 - q0) > thresh) 128 *hev = hev1; 139 uint32_t *hev, 165 * hev |= (abs(p1 - p0) > thresh) 179 * hev |= (abs(q1 - q0) > thresh) 277 *hev = hev1;
|
vp9_loopfilter_filters_dspr2.c | 31 uint32_t hev; local 93 thresh_vec, &hev, &mask); 98 vp9_filter_dspr2(mask, hev, &p1, &p2, &p3, &p4); 124 uint32_t mask, hev; local 222 &hev, &mask); 227 vp9_filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
|
vp9_mbloop_loopfilter_dspr2.c | 30 uint32_t hev, flat; local 86 &hev, &mask, &flat); 89 vp9_filter1_dspr2(mask, hev, p1, p0, q0, q1, 133 vp9_filter1_dspr2(mask, hev, p1, p0, q0, q1, 329 uint32_t mask, hev, flat; local 456 &hev, &mask, &flat); 459 vp9_filter1_dspr2(mask, hev, p1, p0, q0, q1, 475 vp9_filter1_dspr2(mask, hev, p1, p0, q0, q1,
|
vp9_loopfilter_filters_dspr2.h | 26 static INLINE void vp9_filter_dspr2(uint32_t mask, uint32_t hev, 70 hev_l = hev & HWM; 71 hev_r = hev << 8; 83 /* vp9_filter &= hev; */ 152 /* vp9_filter &= ~hev; */ 198 static INLINE void vp9_filter1_dspr2(uint32_t mask, uint32_t hev, 244 hev_l = hev & HWM; 245 hev_r = hev << 8; 257 /* vp9_filter &= hev; */ 325 /* vp9_filter &= ~hev; */ [all...] |
vp9_mblpf_vert_loopfilter_dspr2.c | 29 uint32_t mask, hev, flat, flat2; local 253 &hev, &mask, &flat); 260 vp9_filter1_dspr2(mask, hev, p1, p0, q0, q1, 294 vp9_filter1_dspr2(mask, hev, p1, p0, q0, q1, 469 vp9_filter1_dspr2(mask, hev, p1, p0, q0, q1, [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
loopfilter_filters_msa.c | 132 #define VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) \ 168 filt2 = filt & (v16i8)hev; \ 170 hev = __msa_xori_b(hev, 0xff); \ 171 filt = filt & (v16i8)hev; \ 282 v16u8 mask, hev, flat; local 300 hev, mask, flat); 301 VP8_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev); 314 v16u8 mask, hev, flat; local 341 hev, mask, flat) 361 v16u8 mask, hev, flat, thresh, limit, b_limit; local 386 v16u8 mask, hev, flat, thresh, limit, b_limit; local 439 v16u8 mask, hev, flat, thresh, limit, b_limit; local 506 v16u8 mask, hev, flat, thresh, limit, b_limit; local 622 v16u8 mask, hev, flat, thresh, limit, b_limit; local 666 v16u8 mask, hev, flat, thresh, limit, b_limit; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
loopfilter_sse2.c | 31 __m128i mask, hev, flat, flat2; local 62 hev = _mm_subs_epu8(flat, thresh); 63 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff); 98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); 121 filt = _mm_andnot_si128(_mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8), 396 __m128i mask, hev, flat, flat2; local 490 hev = _mm_subs_epu8(max_abs_p1p0q1q0, thresh); 491 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff) 744 __m128i mask, hev, flat; local 970 __m128i mask, hev, flat; local 1211 __m128i mask, hev, flat; local [all...] |
highbd_loopfilter_sse2.c | 64 __m128i mask, hev, flat, flat2, abs_p1p0, abs_q1q0; local 120 hev = _mm_subs_epu16(flat, thresh); 121 hev = _mm_xor_si128(_mm_cmpeq_epi16(hev, zero), ffff); 166 signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd), hev); 187 filt = _mm_andnot_si128(hev, filt); 535 __m128i mask, hev, flat; local 600 hev = _mm_subs_epu16(flat, thresh); 601 hev = _mm_xor_si128(_mm_cmpeq_epi16(hev, zero), ffff) 779 __m128i mask, hev, flat; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_avx2.c | 16 __m128i mask, hev, flat, flat2; local 59 hev = _mm_subs_epu8(flat, thresh); 60 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff); 98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); 122 _mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8), filt); 398 __m128i mask, hev, flat, flat2; local 436 hev = _mm_subs_epu8(flat, thresh); 437 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff) [all...] |
vp9_loopfilter_intrin_sse2.c | 25 __m128i mask, hev, flat, flat2; local 59 hev = _mm_subs_epu8(flat, thresh); 60 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff); 97 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); 120 filt = _mm_andnot_si128(_mm_srai_epi16(_mm_unpacklo_epi8(zero, hev), 0x8), 386 __m128i mask, hev, flat, flat2; local 428 hev = _mm_subs_epu8(flat, thresh); 429 hev = _mm_xor_si128(_mm_cmpeq_epi8(hev, zero), ff) 873 __m128i mask, hev, flat; local 1106 __m128i mask, hev, flat; local 1347 __m128i mask, hev, flat; local [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
loopfilter.c | 82 int8_t hev = 0; local 83 hev |= (abs(p1 - p0) > thresh) * -1; 84 hev |= (abs(q1 - q0) > thresh) * -1; 85 return hev; 96 const uint8_t hev = hev_mask(thresh, *op1, *op0, *oq0, *oq1); local 99 int8_t filter = signed_char_clamp(ps1 - qs1) & hev; 114 filter = ROUND_POWER_OF_TWO(filter1, 1) & ~hev; 409 int16_t hev = 0; local 411 hev |= (abs(p1 - p0) > thresh16) * -1; 412 hev |= (abs(q1 - q0) > thresh16) * -1 427 const uint16_t hev = highbd_hev_mask(thresh, *op1, *op0, *oq0, *oq1, bd); local [all...] |