Home
last modified time | relevance | path

Searched refs:u_pixel (Results 1 – 23 of 23) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_230a_image_as_virtual_entity.py90 assert entity.dxf.u_pixel is None # set by add_image()
111 assert entity.dxf.u_pixel == (1, 0, 0)
H A Dtest_245_wipeout.py25 assert entity.dxf.u_pixel is None # set by add_image()
55 assert wipeout.dxf.u_pixel == (100, 0, 0)
H A Dtest_230b_image_in_layout_context.py59 assert (.01, 0., 0.) == image.dxf.u_pixel
198 assert (0.005, 0, 0) == image.dxf.u_pixel
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfentities/
H A Dimage.rst11 the :attr:`Image.dxf.u_pixel` and the :attr:`Image.dxf.v_pixel` vectors by yourself.
31 .. attribute:: dxf.u_pixel
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Dimage.py143 self.dxf.u_pixel = m.transform_direction(self.dxf.u_pixel)
163 u = Vec3(self.dxf.u_pixel)
427 dxf.u_pixel = Vec3(x_size, 0, 0)
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_04_dxf_high_level_structs/
H A Dtest_416a_disassemble.py274 image.dxf.u_pixel = Vec3(1, 0)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/test/
H A Dyuv_temporal_filter_test.cc241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter() local
283 u_accum[uv_row * u_accum_stride + uv_col] += u_mod * u_pixel; in ApplyReferenceFilter()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/test/
H A Dyuv_temporal_filter_test.cc241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter() local
283 u_accum[uv_row * u_accum_stride + uv_col] += u_mod * u_pixel; in ApplyReferenceFilter()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/test/
H A Dyuv_temporal_filter_test.cc241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter() local
283 u_accum[uv_row * u_accum_stride + uv_col] += u_mod * u_pixel; in ApplyReferenceFilter()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/test/
H A Dyuv_temporal_filter_test.cc241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter() local
283 u_accum[uv_row * u_accum_stride + uv_col] += u_mod * u_pixel; in ApplyReferenceFilter()
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Dyuv_temporal_filter_test.cc241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter() local
283 u_accum[uv_row * u_accum_stride + uv_col] += u_mod * u_pixel; in ApplyReferenceFilter()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/test/
H A Dyuv_temporal_filter_test.cc241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter() local
283 u_accum[uv_row * u_accum_stride + uv_col] += u_mod * u_pixel; in ApplyReferenceFilter()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/test/
H A Dyuv_temporal_filter_test.cc241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter() local
283 u_accum[uv_row * u_accum_stride + uv_col] += u_mod * u_pixel; in ApplyReferenceFilter()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/test/
H A Dyuv_temporal_filter_test.cc241 const int u_pixel = u_pre_ptr[uv_row * uv_pre_stride + uv_col]; in ApplyReferenceFilter() local
283 u_accum[uv_row * u_accum_stride + uv_col] += u_mod * u_pixel; in ApplyReferenceFilter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c502 const int u_pixel = u_pre[uv_row * uv_pre_stride + uv_col]; in vp9_highbd_apply_temporal_filter_c() local
544 u_accum[uv_row * uv_block_width + uv_col] += u_mod * u_pixel; in vp9_highbd_apply_temporal_filter_c()