Lines Matching defs:first
494 const int first = (coeff_type == 0) ? 1 : 0;
499 int last = first - 1;
506 const int last_proba = last_costs[VP8EncBands[first]][ctx0][0];
510 for (n = first; n < 16; ++n) {
525 n = first - 1;
534 for (n = first; n <= last; ++n) {
615 memset(in + first, 0, (16 - first) * sizeof(*in));
616 memset(out + first, 0, (16 - first) * sizeof(*out));
629 for (; n >= first; --n) {
794 // Since we always examine Intra16 first, we can overwrite *rd directly.