Home
last modified time | relevance | path

Searched refs:warp_compound (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/src/dsp/
Dwarp.cc433 dsp->warp_compound = Warp_C</*is_compound=*/true, 8, uint8_t>; in Init8bpp()
440 dsp->warp_compound = Warp_C</*is_compound=*/true, 8, uint8_t>; in Init8bpp()
451 dsp->warp_compound = Warp_C</*is_compound=*/true, 10, uint16_t>; in Init10bpp()
458 dsp->warp_compound = Warp_C</*is_compound=*/true, 10, uint16_t>; in Init10bpp()
470 dsp->warp_compound = Warp_C</*is_compound=*/true, 12, uint16_t>; in Init12bpp()
477 dsp->warp_compound = Warp_C</*is_compound=*/true, 12, uint16_t>; in Init12bpp()
Ddsp_test.cc183 EXPECT_NE(dsp->warp_compound, nullptr); in CheckTables()
Ddsp.h898 WarpCompoundFunc warp_compound; member
Dwarp_test.cc283 func_ = is_compound ? dsp->warp_compound : dsp->warp; in SetUp()
/external/libgav1/src/dsp/arm/
Dwarp_neon.cc442 dsp->warp_compound = Warp_NEON</*is_compound=*/true>; in Init8bpp()
883 dsp->warp_compound = Warp_NEON</*is_compound=*/true>; in Init10bpp()
/external/libgav1/src/dsp/x86/
Dwarp_sse4.cc516 dsp->warp_compound = Warp_SSE4_1</*is_compound=*/true>; in Init8bpp()
/external/libgav1/src/tile/
Dprediction.cc1312 dsp_.warp_compound(source, source_stride, source_width, source_height, in BlockWarpProcess()