Searched defs:Horizontal (Results 1 – 11 of 11) sorted by relevance
14 pub struct Horizontal; struct17 impl HistogramType for Horizontal {} implementation
20 Horizontal = 0, enumerator
57 impl Display<&'static str> for Horizontal { implementation
165 pub enum Horizontal { enum
78 static const SK_OT_CHAR Horizontal = 1u << 0; member
175 Horizontal = 0x01u, enumerator
172 void IntraPredFuncs_C<block_width, block_height, Pixel>::Horizontal( in Horizontal() function in libgav1::dsp::__anon27ffe68c0111::IntraPredFuncs_C
268 Horizontal, enumerator
143 void DirectionalPredFuncs_SSE4_1<col_storefn>::Horizontal( in Horizontal() function in libgav1::dsp::__anonfb2a299f0111::DirectionalPredFuncs_SSE4_1
2300 TEST(ResizeBilinear, Horizontal) { in TEST() argument