Home
last modified time | relevance | path

Searched refs:round_h (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_scale.c221 int round_w=0, round_h=0; in config() local
271 round_h = 1; in config()
305 if (round_h) in config()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_scale.c221 int round_w=0, round_h=0; in config() local
271 round_h = 1; in config()
305 if (round_h) in config()
/dports/databases/grass7/grass-7.8.6/imagery/i.atcorr/
H A Dmain.cpp141 static int round_h(double x) in round_h() function
327 alt[col] = round_h(alt[col]); /* in meters */ in process_raster()
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dlrf.rs1080 let round_h = if bit_depth == 12 { 5 } else { 3 }; localVariable
1082 let offset = 1 << (bit_depth + WIENER_BITS - round_h - 1);
1083 let limit = (1 << (bit_depth + 1 + WIENER_BITS - round_h)) - 1;
1164 acc = (acc + (1 << round_h >> 1)) >> round_h;
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dlrf.rs1080 let round_h = if bit_depth == 12 { 5 } else { 3 }; localVariable
1082 let offset = 1 << (bit_depth + WIENER_BITS - round_h - 1);
1083 let limit = (1 << (bit_depth + 1 + WIENER_BITS - round_h)) - 1;
1164 acc = (acc + (1 << round_h >> 1)) >> round_h;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Dlrf.rs1080 let round_h = if bit_depth == 12 { 5 } else { 3 }; localVariable
1082 let offset = 1 << (bit_depth + WIENER_BITS - round_h - 1);
1083 let limit = (1 << (bit_depth + 1 + WIENER_BITS - round_h)) - 1;
1164 acc = (acc + (1 << round_h >> 1)) >> round_h;