Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dintrapred.cc303 #define INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, W, H) \ macro
320 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 4, 4); \
321 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 4, 8); \
322 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 4, 16); \
323 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 8, 4); \
324 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 8, 8); \
325 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 8, 16); \
326 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 8, 32); \
327 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 16, 4); \
328 INIT_INTRAPREDICTORS_WxH(DEFS, DEFSBPP, 16, 8); \
[all …]