Searched refs:ref_dst (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | flacdsp.c | 44 static void check_decorrelate(uint8_t **ref_dst, uint8_t **ref_src, uint8_t **new_dst, uint8_t **new_src, in check_decorrelate() argument 49 call_ref(ref_dst, (int32_t **)ref_src, channels, BUF_SIZE / sizeof(int32_t), 8); in check_decorrelate() 51 if (memcmp(*ref_dst, *new_dst, bits == 16 ? BUF_SIZE * (channels/2) : BUF_SIZE * channels) || in check_decorrelate() 59 LOCAL_ALIGNED_16(uint8_t, ref_dst, [BUF_SIZE*MAX_CHANNELS]); in checkasm_check_flacdsp() 82 check_decorrelate(&ref_dst, ref_src, &new_dst, new_src, 2, fmts[i].bits); in checkasm_check_flacdsp() 86 check_decorrelate(&ref_dst, ref_src, &new_dst, new_src, j, fmts[i].bits); in checkasm_check_flacdsp()
|
/third_party/ffmpeg/libavcodec/ |
H A D | gsmdec_template.c | 127 int16_t *ref_dst = ctx->ref_buf + 120; in gsm_decode_block() local 143 long_term_synth(ref_dst, lag, gain_idx); in gsm_decode_block() 144 apcm_dequant_add(gb, ref_dst + offset, ff_gsm_apcm_bits[mode][i]); in gsm_decode_block() 145 ref_dst += 40; in gsm_decode_block()
|
Completed in 1 milliseconds