Home
last modified time | relevance | path

Searched refs:ydec (Results 1 – 25 of 146) sorted by relevance

123456

/dports/multimedia/librav1e/rav1e-0.5.1/src/tiling/
H A Dtile.rs29 pub const fn decimated(&self, xdec: usize, ydec: usize) -> Self { in decimated()
32 y: self.y >> ydec, in decimated()
34 height: self.height >> ydec, in decimated()
50 &self, tile_bo: TileBlockOffset, xdec: usize, ydec: usize, in to_frame_block_offset()
53 debug_assert!(self.y as usize % (MI_SIZE >> ydec) == 0); in to_frame_block_offset()
55 let by = self.y >> (MI_SIZE_LOG2 - ydec); in to_frame_block_offset()
62 ydec: usize, in to_frame_super_block_offset()
66 debug_assert!(self.y as usize % (1 << (sb_size_log2 - ydec)) == 0); in to_frame_super_block_offset()
68 let sby = self.y as usize >> (sb_size_log2 - ydec); in to_frame_super_block_offset()
153 let &PlaneConfig { xdec, ydec, .. } = plane.plane_cfg;
[all …]
H A Dplane_region.rs33 pub const fn decimated(&self, xdec: usize, ydec: usize) -> Self { in decimated()
36 y: self.y >> ydec, in decimated()
38 height: self.height >> ydec, in decimated()
93 y: (bo.y >> ydec << BLOCK_TO_PLANE_SHIFT) as isize, in to_rect()
99 let y = (bo.y >> ydec << BLOCK_TO_PLANE_SHIFT) as isize; in to_rect()
262 self.plane_cfg.ydec,
318 let PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
322 let by = self.rect.y as usize >> MI_SIZE_LOG2 - ydec;
338 let PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
357 let &PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/tiling/
H A Dtile.rs29 pub const fn decimated(&self, xdec: usize, ydec: usize) -> Self { in decimated()
32 y: self.y >> ydec, in decimated()
34 height: self.height >> ydec, in decimated()
50 &self, tile_bo: TileBlockOffset, xdec: usize, ydec: usize, in to_frame_block_offset()
53 debug_assert!(self.y as usize % (MI_SIZE >> ydec) == 0); in to_frame_block_offset()
55 let by = self.y >> (MI_SIZE_LOG2 - ydec); in to_frame_block_offset()
62 ydec: usize, in to_frame_super_block_offset()
66 debug_assert!(self.y as usize % (1 << (sb_size_log2 - ydec)) == 0); in to_frame_super_block_offset()
68 let sby = self.y as usize >> (sb_size_log2 - ydec); in to_frame_super_block_offset()
153 let &PlaneConfig { xdec, ydec, .. } = plane.plane_cfg;
[all …]
H A Dplane_region.rs33 pub const fn decimated(&self, xdec: usize, ydec: usize) -> Self { in decimated()
36 y: self.y >> ydec, in decimated()
38 height: self.height >> ydec, in decimated()
93 y: (bo.y >> ydec << BLOCK_TO_PLANE_SHIFT) as isize, in to_rect()
99 let y = (bo.y >> ydec << BLOCK_TO_PLANE_SHIFT) as isize; in to_rect()
262 self.plane_cfg.ydec,
318 let PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
322 let by = self.rect.y as usize >> MI_SIZE_LOG2 - ydec;
338 let PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
357 let &PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/tiling/
H A Dtile.rs29 pub const fn decimated(&self, xdec: usize, ydec: usize) -> Self { in decimated()
32 y: self.y >> ydec, in decimated()
34 height: self.height >> ydec, in decimated()
50 &self, tile_bo: TileBlockOffset, xdec: usize, ydec: usize, in to_frame_block_offset()
53 debug_assert!(self.y as usize % (MI_SIZE >> ydec) == 0); in to_frame_block_offset()
55 let by = self.y >> (MI_SIZE_LOG2 - ydec); in to_frame_block_offset()
62 ydec: usize, in to_frame_super_block_offset()
66 debug_assert!(self.y as usize % (1 << (sb_size_log2 - ydec)) == 0); in to_frame_super_block_offset()
68 let sby = self.y as usize >> (sb_size_log2 - ydec); in to_frame_super_block_offset()
153 let &PlaneConfig { xdec, ydec, .. } = plane.plane_cfg;
[all …]
H A Dplane_region.rs33 pub const fn decimated(&self, xdec: usize, ydec: usize) -> Self { in decimated()
36 y: self.y >> ydec, in decimated()
38 height: self.height >> ydec, in decimated()
93 y: (bo.y >> ydec << BLOCK_TO_PLANE_SHIFT) as isize, in to_rect()
99 let y = (bo.y >> ydec << BLOCK_TO_PLANE_SHIFT) as isize; in to_rect()
262 self.plane_cfg.ydec,
318 let PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
322 let by = self.rect.y as usize >> MI_SIZE_LOG2 - ydec;
338 let PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
357 let &PlaneConfig { xdec, ydec, .. } = self.plane_cfg;
[all …]
/dports/comms/wsjtz/wsjtx/lib/qra/q65/
H A Dq65_subs.c94 int ydec[63]; in q65_dec_() local
98 rc = q65_decode(&codec,ydec,xdec,s3prob,APmask,APsymbols,maxiters); in q65_dec_()
106 rc = q65_esnodb_fastfading(&codec,&esnodb,ydec,s3); in q65_dec_()
128 int ydec[63]; in q65_dec_fullaplist_() local
131 rc = q65_decode_fullaplist(&codec,ydec,xdec,s3prob,codewords,*ncw); in q65_dec_fullaplist_()
141 rc = q65_esnodb_fastfading(&codec,&esnodb,ydec,s3); in q65_dec_fullaplist_()
H A Dq65.h86 int *ydec,
94 const int *ydec,
100 const int *ydec,
121 int q65_check_llh(float *llh, const int* ydec, const int nN, const int nM, const float *pIntrin);
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Ddeblock.rs89 let ydec = p.plane_cfg.ydec; in deblock_left() localVariable
101 let ydec = p.plane_cfg.ydec; in deblock_up() localVariable
113 let ydec = p.plane_cfg.ydec; in deblock_size() localVariable
1322 let ydec = p.plane_cfg.ydec; in deblock_plane() localVariable
1355 >> ydec in deblock_plane()
1392 for y in ((2 << ydec)..rows).step_by(1 << ydec) { in deblock_plane()
1491 let ydec = rec.plane_cfg.ydec; localVariable
1504 >> ydec
1518 ydec,
1525 for y in (1 << ydec..rows).step_by(1 << ydec) {
[all …]
H A Dpartition.rs303 pub fn subsampled_size(self, xdec: usize, ydec: usize) -> BlockSize { in subsampled_size()
304 match (xdec, ydec) { in subsampled_size()
347 pub fn largest_chroma_tx_size(self, xdec: usize, ydec: usize) -> TxSize { in largest_chroma_tx_size()
348 let plane_bsize = self.subsampled_size(xdec, ydec); in largest_chroma_tx_size()
364 pub fn is_sub8x8(self, xdec: usize, ydec: usize) -> bool { in is_sub8x8()
369 pub fn sub8x8_offset(self, xdec: usize, ydec: usize) -> (isize, isize) { in sub8x8_offset()
693 || if plane_cfg.ydec != 0 {
713 debug_assert!(plane_cfg.xdec <= 1 && plane_cfg.ydec <= 1);
725 plane_cfg.ydec,
749 debug_assert!(plane_cfg.xdec <= 1 && plane_cfg.ydec <= 1);
[all …]
H A Drdo.rs146 debug_assert!(src1.plane_cfg.ydec == 0); in cdef_dist_wxh_8x8()
148 debug_assert!(src2.plane_cfg.ydec == 0); in cdef_dist_wxh_8x8()
439 (visible_h + ydec) >> ydec in compute_distortion()
441 (4 + visible_h + ydec) >> ydec in compute_distortion()
527 (visible_h + ydec) >> ydec in compute_tx_distortion()
529 (4 + visible_h + ydec) >> ydec in compute_tx_distortion()
1610 (fi.height + ydec) >> ydec, in rdo_cfl_alpha()
2030 debug_assert_eq!(ydec, test_plane.cfg.ydec); in rdo_loop_plane_error()
2059 8 >> ydec, in rdo_loop_plane_error()
2299 (crop_h >> ydec) in rdo_loop_decision()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Ddeblock.rs89 let ydec = p.plane_cfg.ydec; in deblock_left() localVariable
101 let ydec = p.plane_cfg.ydec; in deblock_up() localVariable
113 let ydec = p.plane_cfg.ydec; in deblock_size() localVariable
1322 let ydec = p.plane_cfg.ydec; in deblock_plane() localVariable
1355 >> ydec in deblock_plane()
1392 for y in ((2 << ydec)..rows).step_by(1 << ydec) { in deblock_plane()
1491 let ydec = rec.plane_cfg.ydec; localVariable
1504 >> ydec
1518 ydec,
1525 for y in (1 << ydec..rows).step_by(1 << ydec) {
[all …]
H A Dpartition.rs303 pub fn subsampled_size(self, xdec: usize, ydec: usize) -> BlockSize { in subsampled_size()
304 match (xdec, ydec) { in subsampled_size()
347 pub fn largest_chroma_tx_size(self, xdec: usize, ydec: usize) -> TxSize { in largest_chroma_tx_size()
348 let plane_bsize = self.subsampled_size(xdec, ydec); in largest_chroma_tx_size()
364 pub fn is_sub8x8(self, xdec: usize, ydec: usize) -> bool { in is_sub8x8()
369 pub fn sub8x8_offset(self, xdec: usize, ydec: usize) -> (isize, isize) { in sub8x8_offset()
693 || if plane_cfg.ydec != 0 {
713 debug_assert!(plane_cfg.xdec <= 1 && plane_cfg.ydec <= 1);
725 plane_cfg.ydec,
749 debug_assert!(plane_cfg.xdec <= 1 && plane_cfg.ydec <= 1);
[all …]
H A Drdo.rs146 debug_assert!(src1.plane_cfg.ydec == 0); in cdef_dist_wxh_8x8()
148 debug_assert!(src2.plane_cfg.ydec == 0); in cdef_dist_wxh_8x8()
439 (visible_h + ydec) >> ydec in compute_distortion()
441 (4 + visible_h + ydec) >> ydec in compute_distortion()
527 (visible_h + ydec) >> ydec in compute_tx_distortion()
529 (4 + visible_h + ydec) >> ydec in compute_tx_distortion()
1610 (fi.height + ydec) >> ydec, in rdo_cfl_alpha()
2030 debug_assert_eq!(ydec, test_plane.cfg.ydec); in rdo_loop_plane_error()
2059 8 >> ydec, in rdo_loop_plane_error()
2299 (crop_h >> ydec) in rdo_loop_decision()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Ddeblock.rs89 let ydec = p.plane_cfg.ydec; in deblock_left() localVariable
101 let ydec = p.plane_cfg.ydec; in deblock_up() localVariable
113 let ydec = p.plane_cfg.ydec; in deblock_size() localVariable
1322 let ydec = p.plane_cfg.ydec; in deblock_plane() localVariable
1355 >> ydec in deblock_plane()
1392 for y in ((2 << ydec)..rows).step_by(1 << ydec) { in deblock_plane()
1491 let ydec = rec.plane_cfg.ydec; localVariable
1504 >> ydec
1518 ydec,
1525 for y in (1 << ydec..rows).step_by(1 << ydec) {
[all …]
H A Drdo.rs146 debug_assert!(src1.plane_cfg.ydec == 0); in cdef_dist_wxh_8x8()
148 debug_assert!(src2.plane_cfg.ydec == 0); in cdef_dist_wxh_8x8()
386 (visible_h + ydec) >> ydec in compute_distortion()
388 (4 + visible_h + ydec) >> ydec in compute_distortion()
474 (visible_h + ydec) >> ydec in compute_tx_distortion()
476 (4 + visible_h + ydec) >> ydec in compute_tx_distortion()
1548 (fi.height + ydec) >> ydec, in rdo_cfl_alpha()
1968 debug_assert_eq!(ydec, test_plane.cfg.ydec); in rdo_loop_plane_error()
1997 8 >> ydec, in rdo_loop_plane_error()
2237 (crop_h >> ydec) in rdo_loop_decision()
[all …]
H A Dpartition.rs303 pub fn subsampled_size(self, xdec: usize, ydec: usize) -> BlockSize { in subsampled_size()
304 match (xdec, ydec) { in subsampled_size()
347 pub fn largest_chroma_tx_size(self, xdec: usize, ydec: usize) -> TxSize { in largest_chroma_tx_size()
348 let plane_bsize = self.subsampled_size(xdec, ydec); in largest_chroma_tx_size()
364 pub fn is_sub8x8(self, xdec: usize, ydec: usize) -> bool { in is_sub8x8()
369 pub fn sub8x8_offset(self, xdec: usize, ydec: usize) -> (isize, isize) { in sub8x8_offset()
693 || if plane_cfg.ydec != 0 {
713 debug_assert!(plane_cfg.xdec <= 1 && plane_cfg.ydec <= 1);
725 plane_cfg.ydec,
749 debug_assert!(plane_cfg.xdec <= 1 && plane_cfg.ydec <= 1);
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/asm/aarch64/
H A Dcdef.rs62 const fn decimate_index(xdec: usize, ydec: usize) -> usize { in decimate_index()
63 ((ydec << 1) | xdec) & 3 in decimate_index()
82 ydec, in cdef_filter_block()
97 CDEF_PAD_FNS[cpu.as_index()][decimate_index(xdec, ydec)], in cdef_filter_block()
98 CDEF_FILTER_FNS[cpu.as_index()][decimate_index(xdec, ydec)], in cdef_filter_block()
101 let h = if ydec == 1 { 4 } else { 8 } as i32; in cdef_filter_block()
137 8 >> ydec, in cdef_filter_block()
149 8 >> ydec, in cdef_filter_block()
166 let h = if ydec == 1 { 4 } else { 8 } as i32; in cdef_filter_block()
190 8 >> ydec, in cdef_filter_block()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/asm/aarch64/
H A Dcdef.rs62 const fn decimate_index(xdec: usize, ydec: usize) -> usize { in decimate_index()
63 ((ydec << 1) | xdec) & 3 in decimate_index()
82 ydec, in cdef_filter_block()
97 CDEF_PAD_FNS[cpu.as_index()][decimate_index(xdec, ydec)], in cdef_filter_block()
98 CDEF_FILTER_FNS[cpu.as_index()][decimate_index(xdec, ydec)], in cdef_filter_block()
101 let h = if ydec == 1 { 4 } else { 8 } as i32; in cdef_filter_block()
137 8 >> ydec, in cdef_filter_block()
149 8 >> ydec, in cdef_filter_block()
166 let h = if ydec == 1 { 4 } else { 8 } as i32; in cdef_filter_block()
190 8 >> ydec, in cdef_filter_block()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/asm/aarch64/
H A Dcdef.rs62 const fn decimate_index(xdec: usize, ydec: usize) -> usize { in decimate_index()
63 ((ydec << 1) | xdec) & 3 in decimate_index()
82 ydec, in cdef_filter_block()
97 CDEF_PAD_FNS[cpu.as_index()][decimate_index(xdec, ydec)], in cdef_filter_block()
98 CDEF_FILTER_FNS[cpu.as_index()][decimate_index(xdec, ydec)], in cdef_filter_block()
101 let h = if ydec == 1 { 4 } else { 8 } as i32; in cdef_filter_block()
137 8 >> ydec, in cdef_filter_block()
149 8 >> ydec, in cdef_filter_block()
166 let h = if ydec == 1 { 4 } else { 8 } as i32; in cdef_filter_block()
190 8 >> ydec, in cdef_filter_block()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/v_frame/src/
H A Dplane.rs50 pub ydec: usize, field
83 ydec, in new()
262 ydec, in new()
281 ydec, in new_uninitialized()
304 ydec: 0, in from_slice()
319 let height = (h + self.cfg.ydec) >> self.cfg.ydec; in pad()
366 let height = (h + ydec) >> ydec; in probe_padding()
949 ydec: 0, in test_plane_downsample()
989 ydec: 0, in test_plane_downsample_odd()
1029 ydec: 0, in test_plane_downscale()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/v_frame/src/
H A Dplane.rs50 pub ydec: usize, field
83 ydec, in new()
262 ydec, in new()
281 ydec, in new_uninitialized()
304 ydec: 0, in from_slice()
319 let height = (h + self.cfg.ydec) >> self.cfg.ydec; in pad()
366 let height = (h + ydec) >> ydec; in probe_padding()
949 ydec: 0, in test_plane_downsample()
989 ydec: 0, in test_plane_downsample_odd()
1029 ydec: 0, in test_plane_downscale()
[all …]
/dports/net/owamp/owamp-3.3/owamp/
H A Darithm64.c72 uint64_t ydec[2]; in OWPNum64Mult() local
80 ydec[0] = MASK32(y); in OWPNum64Mult()
81 ydec[1] = MASK32(y>>32); in OWPNum64Mult()
89 t = k + (xdec[i]*ydec[j]) + w[i + j]; in OWPNum64Mult()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/asm/x86/
H A Dcdef.rs40 const fn decimate_index(xdec: usize, ydec: usize) -> usize { in decimate_index()
41 ((ydec << 1) | xdec) & 3 in decimate_index()
47 bit_depth: usize, xdec: usize, ydec: usize, edges: u8, cpu: CpuFeatureLevel, in cdef_filter_block()
60 ydec, in cdef_filter_block()
78 match CDEF_FILTER_FNS[cpu.as_index()][decimate_index(xdec, ydec)] { in cdef_filter_block()
98 8 >> ydec, in cdef_filter_block()
116 match CDEF_FILTER_HBD_FNS[cpu.as_index()][decimate_index(xdec, ydec)] { in cdef_filter_block()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/v_frame-0.2.2/src/
H A Dplane.rs50 pub ydec: usize, field
83 ydec, in new()
262 ydec, in new()
281 ydec, in new_uninitialized()
304 ydec: 0, in from_slice()
319 let height = (h + self.cfg.ydec) >> self.cfg.ydec; in pad()
864 ydec: 0, in test_plane_downsample()
904 ydec: 0, in test_plane_downsample_odd()
944 ydec: 0, in test_plane_downscale()
982 ydec: 0, in test_plane_downscale_odd()
[all …]

123456