Home
last modified time | relevance | path

Searched refs:mv_column (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/libgav1/libgav1-0.17.0/src/
H A Dmotion_vector.cc236 const int mv_column = block.column4x4 + delta_column; in ScanColumn() local
238 if (!tile.IsLeftInside(mv_column + 1)) return; in ScanColumn()
264 if (!tile.IsInside(mv_row, mv_column) || in ScanPoint()
265 !tile.HasParameters(mv_row, mv_column)) { in ScanPoint()
425 int mv_column = column_start; in TemporalScan() local
430 const int x8 = mv_column >> 1; in TemporalScan()
442 mv_column += step_w; in TemporalScan()
443 } while (mv_column < column_end); in TemporalScan()
465 const int mv_column = column_start + column; in TemporalScan() local
721 if (!tile.IsInside(mv_row, mv_column) || in AddSample()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/
H A Dmotion_vector.cc240 const int mv_column = block.column4x4 + delta_column; in ScanColumn() local
242 if (!tile.IsLeftInside(mv_column + 1)) return; in ScanColumn()
268 if (!tile.IsInside(mv_row, mv_column) || in ScanPoint()
269 !tile.HasParameters(mv_row, mv_column)) { in ScanPoint()
426 int mv_column = column_start; in TemporalScan() local
431 const int x8 = mv_column >> 1; in TemporalScan()
443 mv_column += step_w; in TemporalScan()
444 } while (mv_column < column_end); in TemporalScan()
466 const int mv_column = column_start + column; in TemporalScan() local
711 if (!tile.IsInside(mv_row, mv_column) || in AddSample()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/
H A Dmotion_vector.cc238 const int mv_column = block.column4x4 + delta_column; in ScanColumn() local
240 if (!tile.IsLeftInside(mv_column + 1)) return; in ScanColumn()
266 if (!tile.IsInside(mv_row, mv_column) || in ScanPoint()
267 !tile.HasParameters(mv_row, mv_column)) { in ScanPoint()
426 int mv_column = column_start; in TemporalScan() local
431 const int x8 = mv_column >> 1; in TemporalScan()
443 mv_column += step_w; in TemporalScan()
444 } while (mv_column < column_end); in TemporalScan()
466 const int mv_column = column_start + column; in TemporalScan() local
722 if (!tile.IsInside(mv_row, mv_column) || in AddSample()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/test/
H A Dsimple_encode_test.cc339 EXPECT_EQ(encode_frame_result.motion_vector_info[j].mv_column[0], in TEST_F()
340 motion_vector_info_list[i * num_units_4x4 + j].mv_column[0]); in TEST_F()
343 EXPECT_EQ(encode_frame_result.motion_vector_info[j].mv_column[1], in TEST_F()
344 motion_vector_info_list[i * num_units_4x4 + j].mv_column[1]); in TEST_F()
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Dsimple_encode_test.cc341 EXPECT_EQ(encode_frame_result.motion_vector_info[j].mv_column[0], in TEST_F()
342 motion_vector_info_list[i * num_units_4x4 + j].mv_column[0]); in TEST_F()
345 EXPECT_EQ(encode_frame_result.motion_vector_info[j].mv_column[1], in TEST_F()
346 motion_vector_info_list[i * num_units_4x4 + j].mv_column[1]); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/test/
H A Dsimple_encode_test.cc339 EXPECT_EQ(encode_frame_result.motion_vector_info[j].mv_column[0], in TEST_F()
340 motion_vector_info_list[i * num_units_4x4 + j].mv_column[0]); in TEST_F()
343 EXPECT_EQ(encode_frame_result.motion_vector_info[j].mv_column[1], in TEST_F()
344 motion_vector_info_list[i * num_units_4x4 + j].mv_column[1]); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/
H A Dsimple_encode.h71 double mv_column[2]; member
H A Dsimple_encode.cc189 output_motion_vector_info[i].mv_column[0] = in update_motion_vector_info()
195 output_motion_vector_info[i].mv_column[1] = in update_motion_vector_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/
H A Dsimple_encode.h87 double mv_column[2]; member
H A Dsimple_encode.cc198 output_motion_vector_info[i].mv_column[0] = in update_motion_vector_info()
204 output_motion_vector_info[i].mv_column[1] = in update_motion_vector_info()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/
H A Dsimple_encode.h87 double mv_column[2]; member
H A Dsimple_encode.cc198 output_motion_vector_info[i].mv_column[0] = in update_motion_vector_info()
204 output_motion_vector_info[i].mv_column[1] = in update_motion_vector_info()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/
H A Dsimple_encode.h87 double mv_column[2]; member
H A Dsimple_encode.cc198 output_motion_vector_info[i].mv_column[0] = in update_motion_vector_info()
204 output_motion_vector_info[i].mv_column[1] = in update_motion_vector_info()
/dports/databases/py-south/South-1.0.2/south/tests/
H A Ddb.py954 def mv_column(self, table, column_old, column_new): member in TestCacheGeneric.setUp.CacheOps
1006 ops.mv_column('table', 'column', 'column_new')
/dports/multimedia/libgav1/libgav1-0.17.0/src/tile/
H A Dtile.cc2612 const int mv_column = std::abs(mv_to_store.mv[1]); in StoreMotionFieldMvsIntoCurrentFrame() local
2618 (mv_row | mv_column) <= kRefMvsLimit && in StoreMotionFieldMvsIntoCurrentFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/tile/
H A Dtile.cc2547 const int mv_column = std::abs(mv_to_store.mv[MotionVector::kColumn]); in StoreMotionFieldMvsIntoCurrentFrame() local
2553 (mv_row | mv_column) <= kRefMvsLimit && in StoreMotionFieldMvsIntoCurrentFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/tile/
H A Dtile.cc2645 const int mv_column = std::abs(mv_to_store.mv[MotionVector::kColumn]); in StoreMotionFieldMvsIntoCurrentFrame() local
2651 (mv_row | mv_column) <= kRefMvsLimit && in StoreMotionFieldMvsIntoCurrentFrame()