Lines Matching refs:MB_MODE_COUNT
113 assert(NELEMENTS(lut) == MB_MODE_COUNT); in compound_ref0_mode()
120 MB_MODE_COUNT, // DC_PRED in compound_ref1_mode()
121 MB_MODE_COUNT, // V_PRED in compound_ref1_mode()
122 MB_MODE_COUNT, // H_PRED in compound_ref1_mode()
123 MB_MODE_COUNT, // D45_PRED in compound_ref1_mode()
124 MB_MODE_COUNT, // D135_PRED in compound_ref1_mode()
125 MB_MODE_COUNT, // D113_PRED in compound_ref1_mode()
126 MB_MODE_COUNT, // D157_PRED in compound_ref1_mode()
127 MB_MODE_COUNT, // D203_PRED in compound_ref1_mode()
128 MB_MODE_COUNT, // D67_PRED in compound_ref1_mode()
129 MB_MODE_COUNT, // SMOOTH_PRED in compound_ref1_mode()
130 MB_MODE_COUNT, // SMOOTH_V_PRED in compound_ref1_mode()
131 MB_MODE_COUNT, // SMOOTH_H_PRED in compound_ref1_mode()
132 MB_MODE_COUNT, // PAETH_PRED in compound_ref1_mode()
133 MB_MODE_COUNT, // NEARESTMV in compound_ref1_mode()
134 MB_MODE_COUNT, // NEARMV in compound_ref1_mode()
135 MB_MODE_COUNT, // GLOBALMV in compound_ref1_mode()
136 MB_MODE_COUNT, // NEWMV in compound_ref1_mode()
146 assert(NELEMENTS(lut) == MB_MODE_COUNT); in compound_ref1_mode()