Lines Matching refs:fixcompref
348 td->left_ref_ctx[row7] == s->s.h.fixcompref);
351 s->above_ref_ctx[col] == s->s.h.fixcompref);
354 s->above_ref_ctx[col] == s->s.h.fixcompref) ^
356 td->left_ref_ctx[row & 7] == s->s.h.fixcompref);
360 (!s->above_intra_ctx[col] && s->above_ref_ctx[col] == s->s.h.fixcompref);
364 (!td->left_intra_ctx[row7] && td->left_ref_ctx[row7] == s->s.h.fixcompref);
376 int fix_idx = s->s.h.signbias[s->s.h.fixcompref], var_idx = !fix_idx, c, bit;
378 b->ref[fix_idx] = s->s.h.fixcompref;
396 if ((refa == s->s.h.fixcompref && refl == s->s.h.varcompref[0]) ||
397 (refl == s->s.h.fixcompref && refa == s->s.h.varcompref[0])) {
450 c = 1 + (!s->s.h.fixcompref || !td->left_ref_ctx[row7] ||
454 (!s->s.h.fixcompref || !td->left_ref_ctx[row7]);
458 (!s->s.h.fixcompref || !s->above_ref_ctx[col]);
465 c = 1 + (!s->s.h.fixcompref || !s->above_ref_ctx[col]);
473 c = 1 + (!s->s.h.fixcompref || !td->left_ref_ctx[row7]);
492 c = 1 + 2 * (s->s.h.fixcompref == 1 ||
503 c = 1 + 2 * (s->s.h.fixcompref == 1 ||
513 c = 3 * (s->s.h.fixcompref == 1 ||
519 c = 1 + 2 * (s->s.h.fixcompref == 1 ||
523 (s->s.h.fixcompref == 1 || s->above_ref_ctx[col] == 1);
527 c = 1 + 2 * (s->s.h.fixcompref == 1 ||
531 (s->s.h.fixcompref == 1 || td->left_ref_ctx[row7] == 1);
550 c = 3 * (s->s.h.fixcompref == 1 || s->above_ref_ctx[col] == 1);
560 c = 3 * (s->s.h.fixcompref == 1 || td->left_ref_ctx[row7] == 1);