Lines Matching defs:tmp
206 } tmp = { av_be2ne64(state) };210 if (tmp.u8[1] == 0x77 && tmp.u8[2] == 0x0b) {211 FFSWAP(uint8_t, tmp.u8[1], tmp.u8[2]);212 FFSWAP(uint8_t, tmp.u8[3], tmp.u8[4]);213 FFSWAP(uint8_t, tmp.u8[5], tmp.u8[6]);216 init_get_bits(&gbc, tmp.u8+8-AC3_HEADER_SIZE, 54);