Home | History | Annotate | Download | only in enc

Lines Matching defs:first

578   const int first = (coeff_type == 0) ? 1 : 0;
590 const int last_proba = probas[VP8EncBands[first]][ctx0][0];
593 last = first - 1;
594 for (n = 15; n >= first; --n) {
614 ss_cur[m].costs = costs[first][ctx0];
619 for (n = first; n <= last; ++n) {
703 memset(in + first, 0, (16 - first) * sizeof(*in));
704 memset(out + first, 0, (16 - first) * sizeof(*out));
718 for (; n >= first; --n) {
771 // Zero-out the first coeff, so that: a) nz is correct below, and
857 // We look at the first three AC coefficients to determine what is the average
927 // Since we always examine Intra16 first
1137 if (is_i16) { // First, evaluate Intra16 distortion