Lines Matching defs:value
331 /** Get predicted DC value for I-frames only
394 /** Get predicted DC value
497 /* store value */
508 * @param value Decoded AC coefficient value
513 int *value, int codingset)
567 *value = (level ^ -sign) + sign;
598 if (dcdiff == 119 /* ESC index value */) {
632 int last = 0, skip, value;
645 int ret = vc1_decode_ac_coeff(v, &last, &skip, &value, codingset);
651 block[zz_table[i++]] = value;
715 * @param mquant quantizer value for this macroblock
742 if (dcdiff == 119 /* ESC index value */) {
795 int last = 0, skip, value;
816 int ret = vc1_decode_ac_coeff(v, &last, &skip, &value, codingset);
822 block[zz_table[i++]] = value;
942 if (dcdiff == 119 /* ESC index value */) {
993 int last = 0, skip, value;
997 int ret = vc1_decode_ac_coeff(v, &last, &skip, &value, codingset);
1004 block[v->zz_8x8[0][i++]] = value;
1008 block[v->zz_8x8[2][i++]] = value;
1010 block[v->zz_8x8[3][i++]] = value;
1012 block[v->zzi_8x8[i++]] = value;
1124 int scale, off, idx, last, skip, value;
1165 int ret = vc1_decode_ac_coeff(v, &last, &skip, &value, v->codingset2);
1175 block[idx] = value * scale;
1195 int ret = vc1_decode_ac_coeff(v, &last, &skip, &value, v->codingset2);
1205 block[idx + off] = value * scale;
1224 int ret = vc1_decode_ac_coeff(v, &last, &skip, &value, v->codingset2);
1234 block[idx] = value * scale;
1253 int ret = vc1_decode_ac_coeff(v, &last, &skip, &value, v->codingset2);
1263 block[idx] = value * scale;
1531 int val; /* temp value */
2021 int val; /* temp value */
2190 int val; /* temp value */