Searched refs:pitch_index (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dacelp_pitch_delay.c134 void ff_decode_pitch_lag(int *lag_int, int *lag_frac, int pitch_index, argument
141 if (pitch_index < 197)
142 pitch_index += 59;
144 pitch_index = 3 * pitch_index - 335;
152 if (pitch_index < 4) {
154 pitch_index = 3 * (pitch_index + search_range_min) + 1;
155 } else if (pitch_index < 12) {
157 pitch_index
[all...]
H A Dacelp_pitch_delay.h243 * @param pitch_index parsed adaptive codebook (pitch) index
248 void ff_decode_pitch_lag(int *lag_int, int *lag_frac, int pitch_index,
H A Damrwbdec.c241 * @param[in] pitch_index Adaptive codebook pitch index
245 static void decode_pitch_lag_high(int *lag_int, int *lag_frac, int pitch_index, argument
249 if (pitch_index < 376) {
250 *lag_int = (pitch_index + 137) >> 2;
251 *lag_frac = pitch_index - (*lag_int << 2) + 136;
252 } else if (pitch_index < 440) {
253 *lag_int = (pitch_index + 257 - 376) >> 1;
254 *lag_frac = (pitch_index - (*lag_int << 1) + 256 - 376) << 1;
257 *lag_int = pitch_index - 280;
267 *lag_int = (pitch_index
278 decode_pitch_lag_low(int *lag_int, int *lag_frac, int pitch_index, uint8_t *base_lag_int, int subframe, enum Mode mode) argument
[all...]
H A Damrnbdec.c358 static void decode_pitch_lag_1_6(int *lag_int, int *lag_frac, int pitch_index, argument
362 if (pitch_index < 463) {
363 *lag_int = (pitch_index + 107) * 10923 >> 16;
364 *lag_frac = pitch_index - *lag_int * 6 + 105;
366 *lag_int = pitch_index - 368;
370 *lag_int = ((pitch_index + 5) * 10923 >> 16) - 1;
371 *lag_frac = pitch_index - *lag_int * 6 - 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dacelp_pitch_delay.c148 void ff_decode_pitch_lag(int *lag_int, int *lag_frac, int pitch_index, argument
155 if (pitch_index < 197)
156 pitch_index += 59;
158 pitch_index = 3 * pitch_index - 335;
166 if (pitch_index < 4) {
168 pitch_index = 3 * (pitch_index + search_range_min) + 1;
169 } else if (pitch_index < 12) {
171 pitch_index
[all...]
H A Dacelp_pitch_delay.h244 * @param pitch_index parsed adaptive codebook (pitch) index
249 void ff_decode_pitch_lag(int *lag_int, int *lag_frac, int pitch_index,
H A Damrwbdec.c255 * @param[in] pitch_index Adaptive codebook pitch index
259 static void decode_pitch_lag_high(int *lag_int, int *lag_frac, int pitch_index, argument
263 if (pitch_index < 376) {
264 *lag_int = (pitch_index + 137) >> 2;
265 *lag_frac = pitch_index - (*lag_int << 2) + 136;
266 } else if (pitch_index < 440) {
267 *lag_int = (pitch_index + 257 - 376) >> 1;
268 *lag_frac = (pitch_index - (*lag_int << 1) + 256 - 376) << 1;
271 *lag_int = pitch_index - 280;
281 *lag_int = (pitch_index
292 decode_pitch_lag_low(int *lag_int, int *lag_frac, int pitch_index, uint8_t *base_lag_int, int subframe, enum Mode mode) argument
[all...]
H A Damrnbdec.c372 static void decode_pitch_lag_1_6(int *lag_int, int *lag_frac, int pitch_index, argument
376 if (pitch_index < 463) {
377 *lag_int = (pitch_index + 107) * 10923 >> 16;
378 *lag_frac = pitch_index - *lag_int * 6 + 105;
380 *lag_int = pitch_index - 368;
384 *lag_int = ((pitch_index + 5) * 10923 >> 16) - 1;
385 *lag_frac = pitch_index - *lag_int * 6 - 3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcfbimgblt.c78 u32 pitch_index)
127 if (pitch_index) {
131 start_index += pitch_index;
141 u32 pitch_index)
197 if (pitch_index) {
200 start_index += pitch_index;
267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
278 pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
297 if (32 % bpp == 0 && !start_index && !pitch_index &&
303 start_index, pitch_index);
75 color_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 start_index, u32 pitch_index) argument
137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) argument
[all...]
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index)
101 if (pitch_index) {
105 start_index += pitch_index;
113 u32 start_index, u32 pitch_index)
168 if (pitch_index) {
171 start_index += pitch_index;
242 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
253 pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
272 if (32 % bpp == 0 && !start_index && !pitch_index &&
278 start_index, pitch_index);
52 color_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 start_index, u32 pitch_index) argument
111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) argument
[all...]

Completed in 128 milliseconds