Searched refs:unclipped (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/libmp3lame/ |
H A D | mpglib_interface.c | 460 int unclipped) /* If true, produce unclipped float (sample_t) output. */ in hip123_decode1() 470 int want_enc = unclipped ? MPG123_ENC_FLOAT_32 : MPG123_ENC_SIGNED_16; in hip123_decode1() 508 (unclipped ? sizeof(float) : sizeof(short)) / channels; in hip123_decode1() 512 if(unclipped) in hip123_decode1() 582 /* we forbid input with more than 1152 samples per channel for output in the unclipped mode */ 456 hip123_decode1( hip_t hip, unsigned char *buffer, size_t len, unsigned char *pcm_l, unsigned char *pcm_r, int *enc_delay, int *enc_padding, mp3data_struct *mp3data, int unclipped) hip123_decode1() argument
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 532 register vec_u8 unclipped; in h264_deblock_q1() local 542 unclipped = vec_subs(average, temp); /*(p2+((p0+q0+1)>>1))>>1 */ in h264_deblock_q1() 545 newp1 = vec_max(min, unclipped); in h264_deblock_q1()
|
Completed in 3 milliseconds