Lines Matching refs:waves
1427 iwav = &ctx->waves_info->waves[dst[sb].start_index];
1452 iwav = &ctx->waves_info->waves[ref[sb].start_index];
1453 owav = &ctx->waves_info->waves[dst[sb].start_index];
1488 wsrc = &ctx->waves_info->waves[dst[sb].start_index];
1489 wref = &ctx->waves_info->waves[ref[sb].start_index];
1518 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = get_bits(gb, 6);
1520 ctx->waves_info->waves[dst[sb].start_index].amp_sf = get_bits(gb, 6);
1529 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf =
1533 ctx->waves_info->waves[dst[sb].start_index].amp_sf =
1547 ctx->waves_info->waves[refwaves[dst[sb].start_index + i]].amp_sf : 34;
1548 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = (pred + delta) & 0x3F;
1557 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf =
1559 ? ctx->waves_info->waves[refwaves[dst[sb].start_index + i]].amp_sf
1585 wparam = &ctx->waves_info->waves[dst[sb].start_index];
1614 memset(ctx->waves_info->waves, 0, sizeof(ctx->waves_info->waves));