Home | History | Annotate | Download | only in decoder

Lines Matching defs:is_compound

367                             int is_compound, int allow_hp, vp9_reader *r) {
375 for (i = 0; i < 1 + is_compound; ++i) {
384 if (is_compound)
390 if (is_compound)
396 if (is_compound)
431 int inter_mode_ctx, ref, is_compound;
434 is_compound = has_second_ref(mbmi);
436 for (ref = 0; ref < 1 + is_compound; ++ref) {
462 for (ref = 0; ref < 1 + is_compound; ++ref) {
485 for (ref = 0; ref < 1 + is_compound; ++ref)
492 is_compound, allow_hp, r)) {
498 if (is_compound)
514 nearestmv, nearmv, is_compound, allow_hp, r);