Home
last modified time | relevance | path

Searched refs:intra_edge_upsampler (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dintra_edge.cc74 dsp->intra_edge_upsampler = IntraEdgeUpsampler_C<8, uint8_t>; in Init8bpp()
81 dsp->intra_edge_upsampler = IntraEdgeUpsampler_C<8, uint8_t>; in Init8bpp()
92 dsp->intra_edge_upsampler = IntraEdgeUpsampler_C<10, uint16_t>; in Init10bpp()
99 dsp->intra_edge_upsampler = IntraEdgeUpsampler_C<10, uint16_t>; in Init10bpp()
Ddsp.h808 IntraEdgeUpsamplerFunc intra_edge_upsampler; member
/external/libgav1/libgav1/src/dsp/x86/
Dintra_edge_sse4.cc251 dsp->intra_edge_upsampler = IntraEdgeUpsampler_SSE4_1; in Init8bpp()
/external/libgav1/libgav1/src/dsp/arm/
Dintra_edge_neon.cc283 dsp->intra_edge_upsampler = IntraEdgeUpsampler_NEON; in Init8bpp()
/external/libgav1/libgav1/src/tile/
Dprediction.cc481 dsp_.intra_edge_upsampler(top_row, num_pixels); in DirectionalPrediction()
487 dsp_.intra_edge_upsampler(left_column, num_pixels); in DirectionalPrediction()