Searched refs:DST_SAMPLES_PER_FRAME (Results 1 – 1 of 1) sorted by relevance
43 #define DST_SAMPLES_PER_FRAME(sample_rate) (588 * DSD_FS44(sample_rate)) macro95 if (DST_SAMPLES_PER_FRAME(avctx->sample_rate) & 7) { in decode_init()242 unsigned samples_per_frame = DST_SAMPLES_PER_FRAME(avctx->sample_rate); in decode_frame()