Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dintra_edge.cc51 void IntraEdgeUpsampler_C(void* buffer, int size) { in IntraEdgeUpsampler_C() function
74 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()