Home | History | Annotate | Download | only in encoder

Lines Matching defs:is_compound

196   const int is_compound = has_second_ref(mbmi);
202 assert(!is_compound);
209 vp9_write(w, is_compound, vp9_get_reference_mode_prob(cm, xd));
211 assert(!is_compound == (cm->reference_mode == SINGLE_REFERENCE));
214 if (is_compound) {
241 const int is_compound = has_second_ref(mbmi);
315 for (ref = 0; ref < 1 + is_compound; ++ref)
324 for (ref = 0; ref < 1 + is_compound; ++ref)