Searched refs:intra_edge_upsampler (Results 1 – 5 of 5) sorted by relevance
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()
808 IntraEdgeUpsamplerFunc intra_edge_upsampler; member
251 dsp->intra_edge_upsampler = IntraEdgeUpsampler_SSE4_1; in Init8bpp()
283 dsp->intra_edge_upsampler = IntraEdgeUpsampler_NEON; in Init8bpp()
481 dsp_.intra_edge_upsampler(top_row, num_pixels); in DirectionalPrediction()487 dsp_.intra_edge_upsampler(left_column, num_pixels); in DirectionalPrediction()