Searched refs:redundancy (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opusdec.c | 170 av_log(s->avctx, AV_LOG_ERROR, "Error decoding the redundancy frame.\n"); in opus_decode_redundancy() 177 int redundancy = 0; in opus_decode_frame() local 214 // decode redundancy information in opus_decode_frame() 217 redundancy = ff_opus_rc_dec_log(&s->rc, 12); in opus_decode_frame() 219 redundancy = 1; in opus_decode_frame() 221 if (redundancy) { in opus_decode_frame() 230 av_log(s->avctx, AV_LOG_ERROR, "Invalid redundancy frame size.\n"); in opus_decode_frame() 304 if (redundancy) { in opus_decode_frame()
|
H A D | opus_silk.c | 792 int active[2][6], redundancy[2]; in ff_silk_decode_superframe() local 819 redundancy[i] = ff_opus_rc_dec_log(rc, 1); in ff_silk_decode_superframe() 824 if (redundancy[i] && duration_ms > 20) { in ff_silk_decode_superframe() 825 redundancy[i] = ff_opus_rc_dec_cdf(rc, duration_ms == 40 ? in ff_silk_decode_superframe() 832 if (redundancy[j] & (1 << i)) { in ff_silk_decode_superframe() 833 int active1 = (j == 0 && !(redundancy[1] & (1 << i))) ? 0 : 1; in ff_silk_decode_superframe()
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 308 uint8_t leading, dependent, reference, redundancy; in mov_write_sdtp_tag() local 315 leading = reference = redundancy = MOV_SAMPLE_DEPENDENCY_UNKNOWN; in mov_write_sdtp_tag() 327 (reference << 2) | redundancy); in mov_write_sdtp_tag()
|
Completed in 14 milliseconds