macro_rules! search_pattern_subpel {
($field_a:ident: [$($ll_a:expr),*], $field_b:ident: [$($ll_b:expr),*]) => { ... };
}
Expand description
Declares an array of motion vectors in structure of arrays syntax.
macro_rules! search_pattern_subpel {
($field_a:ident: [$($ll_a:expr),*], $field_b:ident: [$($ll_b:expr),*]) => { ... };
}
Declares an array of motion vectors in structure of arrays syntax.