Searched refs:BITDEPTH (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | intrapred_cfl.cc | 103 #define INIT_CFL_INTRAPREDICTOR_WxH(W, H, BITDEPTH, PIXEL) \ argument 105 CflIntraPredictor_C<W, H, BITDEPTH, PIXEL>; \ 107 CflSubsampler_C<W, H, BITDEPTH, PIXEL, 0, 0>; \ 109 CflSubsampler_C<W, H, BITDEPTH, PIXEL, 1, 0>; \ 111 CflSubsampler_C<W, H, BITDEPTH, PIXEL, 1, 1> 113 #define INIT_CFL_INTRAPREDICTORS(BITDEPTH, PIXEL) \ argument 114 INIT_CFL_INTRAPREDICTOR_WxH(4, 4, BITDEPTH, PIXEL); \ 115 INIT_CFL_INTRAPREDICTOR_WxH(4, 8, BITDEPTH, PIXEL); \ 116 INIT_CFL_INTRAPREDICTOR_WxH(4, 16, BITDEPTH, PIXEL); \ 117 INIT_CFL_INTRAPREDICTOR_WxH(8, 4, BITDEPTH, PIXEL); \ [all …]
|