Home
last modified time | relevance | path

Searched refs:left_y (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc794 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
799 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
804 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
809 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
835 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x8_SSE4_1()
864 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x16_SSE4_1()
872 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x16_SSE4_1()
901 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
909 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
917 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
[all …]
H A Dintrapred_directional_sse4.cc393 for (int x = 0, left_y = base_left_y; x < 4; x++, left_y += ystep) { in DirectionalZone3_4x4() local
438 for (int x = 0, left_y = base_left_y; x < 8; x++, left_y += ystep) { in DirectionalZone3_8xH() local
508 int left_y = ystep; in DirectionalIntraPredictorZone3_SSE4_1() local
523 int left_y = ystep; in DirectionalIntraPredictorZone3_SSE4_1() local
595 __m128i left_y) { in DirectionalZone2FromLeftCol_4x4_SSE4_1() argument
638 __m128i left_y) { in DirectionalZone2FromLeftCol_8x8_SSE4_1() argument
791 left_y = _mm_add_epi16(ystep_init, left_y); in DirectionalZone2_SSE4_1()
805 left_y = _mm_add_epi16(left_y, increment_left8), in DirectionalZone2_SSE4_1()
944 left_y = _mm_add_epi16(ystep_init, left_y); in DirectionalZone2_4_SSE4_1()
951 left_y = _mm_add_epi16(left_y, increment_left4), in DirectionalZone2_4_SSE4_1()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc802 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
807 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
812 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
817 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
842 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x8_SSE4_1()
870 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x16_SSE4_1()
878 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x16_SSE4_1()
906 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
914 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
922 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc802 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
807 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
812 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
817 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x4_SSE4_1()
842 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x8_SSE4_1()
870 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x16_SSE4_1()
878 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x16_SSE4_1()
906 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
914 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
922 WriteSmoothDirectionalSum16(dst, left_y, left_y, weights1, weights2, in SmoothHorizontal16x32_SSE4_1()
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dintrapred_directional_neon.cc698 left_y = vsubq_s16(left_y, increment_left8), in DirectionalZone2_8()
1254 left_y += ystep; in DirectionalZone3_4x4()
1262 left_y += ystep; in DirectionalZone3_4x4()
1270 left_y += ystep; in DirectionalZone3_4x4()
1339 left_y += ystep; in DirectionalZone3_8x8()
1347 left_y += ystep; in DirectionalZone3_8x8()
1355 left_y += ystep; in DirectionalZone3_8x8()
1363 left_y += ystep; in DirectionalZone3_8x8()
1371 left_y += ystep; in DirectionalZone3_8x8()
1379 left_y += ystep; in DirectionalZone3_8x8()
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/
H A Dintrapred_directional.cc122 int left_y = (y << 6) - ystep; in DirectionalIntraPredictorZone2_C() local
131 const int left_base_y = left_y >> scale_bits_y; in DirectionalIntraPredictorZone2_C()
132 const int shift = ((left_y * (1 << upsample_left_shift)) & 0x3F) >> 1; in DirectionalIntraPredictorZone2_C()
138 left_y -= ystep; in DirectionalIntraPredictorZone2_C()
164 int left_y = ystep; in DirectionalIntraPredictorZone3_C() local
169 int left_base_y = left_y >> scale_bits; in DirectionalIntraPredictorZone3_C()
172 const int shift = ((left_y << upsample_shift) & 0x3F) >> 1; in DirectionalIntraPredictorZone3_C()
180 left_y += ystep; in DirectionalIntraPredictorZone3_C()
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-polygon.c421 left_y = top_y; in _add_clipped_edge()
426 left_y++; in _add_clipped_edge()
429 left_y = MIN (left_y, bot_y); in _add_clipped_edge()
430 if (top_y < left_y) { in _add_clipped_edge()
432 top_y, left_y, dir); in _add_clipped_edge()
434 top_y = left_y; in _add_clipped_edge()
472 left_y = bot_y; in _add_clipped_edge()
477 left_y--; in _add_clipped_edge()
480 left_y = MAX (left_y, top_y); in _add_clipped_edge()
481 if (bot_y > left_y) { in _add_clipped_edge()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-polygon.c421 left_y = top_y; in _add_clipped_edge()
426 left_y++; in _add_clipped_edge()
429 left_y = MIN (left_y, bot_y); in _add_clipped_edge()
430 if (top_y < left_y) { in _add_clipped_edge()
432 top_y, left_y, dir); in _add_clipped_edge()
434 top_y = left_y; in _add_clipped_edge()
472 left_y = bot_y; in _add_clipped_edge()
477 left_y--; in _add_clipped_edge()
480 left_y = MAX (left_y, top_y); in _add_clipped_edge()
481 if (bot_y > left_y) { in _add_clipped_edge()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-polygon.c421 left_y = top_y; in _add_clipped_edge()
426 left_y++; in _add_clipped_edge()
429 left_y = MIN (left_y, bot_y); in _add_clipped_edge()
430 if (top_y < left_y) { in _add_clipped_edge()
432 top_y, left_y, dir); in _add_clipped_edge()
434 top_y = left_y; in _add_clipped_edge()
472 left_y = bot_y; in _add_clipped_edge()
477 left_y--; in _add_clipped_edge()
480 left_y = MAX (left_y, top_y); in _add_clipped_edge()
481 if (bot_y > left_y) { in _add_clipped_edge()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-polygon.c421 left_y = top_y; in _add_clipped_edge()
426 left_y++; in _add_clipped_edge()
429 left_y = MIN (left_y, bot_y); in _add_clipped_edge()
430 if (top_y < left_y) { in _add_clipped_edge()
432 top_y, left_y, dir); in _add_clipped_edge()
434 top_y = left_y; in _add_clipped_edge()
472 left_y = bot_y; in _add_clipped_edge()
477 left_y--; in _add_clipped_edge()
480 left_y = MAX (left_y, top_y); in _add_clipped_edge()
481 if (bot_y > left_y) { in _add_clipped_edge()
[all …]
/dports/science/py-pyteomics/pyteomics-4.5/pyteomics/
H A Delectrochem.py311 left_y = _charge_for_dict(peptide_dict, [left_x], pK)[0]
314 if left_y * right_y > 0:
315 return left_x if abs(left_y) < abs(right_y) else right_x
318 if middle_y * left_y < 0:
323 left_y = middle_y
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_loopfilter.c660 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
736 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
773 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in eb_vp9_adjust_mask()
781 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in eb_vp9_adjust_mask()
782 lfm->left_y[TX_4X4] &= ~left_border; in eb_vp9_adjust_mask()
800 lfm->left_y[i] &= mask_y; in eb_vp9_adjust_mask()
834 lfm->left_y[i] &= mask_y; in eb_vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in eb_vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in eb_vp9_adjust_mask()
865 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in eb_vp9_adjust_mask()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_loopfilter.c683 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 *left_y |= (size_mask[block_size] & in build_masks()
760 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
799 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
807 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
826 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
860 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
889 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
890 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
891 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_loopfilter.c683 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 *left_y |= (size_mask[block_size] & in build_masks()
760 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
799 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
807 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
826 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
860 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
889 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
890 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
891 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask()
780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask()
781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask()
799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
833 lfm->left_y[i] &= mask_y; in vp9_adjust_mask()
862 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in vp9_adjust_mask()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_loopfilter.c660 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local
736 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local
773 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in eb_vp9_adjust_mask()
781 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in eb_vp9_adjust_mask()
782 lfm->left_y[TX_4X4] &= ~left_border; in eb_vp9_adjust_mask()
800 lfm->left_y[i] &= mask_y; in eb_vp9_adjust_mask()
834 lfm->left_y[i] &= mask_y; in eb_vp9_adjust_mask()
863 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_8X8])); in eb_vp9_adjust_mask()
864 assert(!(lfm->left_y[TX_16X16] & lfm->left_y[TX_4X4])); in eb_vp9_adjust_mask()
865 assert(!(lfm->left_y[TX_8X8] & lfm->left_y[TX_4X4])); in eb_vp9_adjust_mask()
[all …]

1234567