Lines Matching defs:tmp
762 int64_t tmp = 0;
767 tmp = blocks * (1LL + (ba - 4 * ch) / (bps * ch) * 8);
770 tmp = blocks * (((ba - 16LL) * 2 / 3 * 4) / ch);
773 tmp = blocks * (1 + (ba - 4LL * ch) * 2 / ch);
776 tmp = blocks * ((ba - 4LL * ch) * 2 / ch);
779 tmp = blocks * (2 + (ba - 7LL * ch) * 2LL / ch);
782 tmp = blocks * (ba - 16LL) * 2 / ch;
785 if (tmp) {
786 if (tmp != (int)tmp)
788 return tmp;
1006 uint32_t tmp = *state << 8;
1007 *state = tmp + *(p++);
1008 if (tmp == 0x100 || p == end)
1044 AVPacketSideData *tmp;
1057 tmp = av_realloc_array(avctx->coded_side_data, avctx->nb_coded_side_data + 1, sizeof(*tmp));
1058 if (!tmp) {
1063 avctx->coded_side_data = tmp;