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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv40.c229 int prev_type = 0; local
254 prev_type = i;
260 prev_type = r->mb_type[mb_pos - 1];
263 prev_type = block_num_to_ptype_vlc_num[prev_type];
264 q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1);
267 q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1);
270 prev_type = block_num_to_btype_vlc_num[prev_type];
271 q = get_vlc2(gb, btype_vlc[prev_type]
[all...]
H A Dpsymodel.h110 * @param prev_type previous window type
114 FFPsyWindowInfo (*window)(FFPsyContext *ctx, const float *audio, const float *la, int channel, int prev_type);
H A Daacpsy.c391 int channel, int prev_type)
425 wi.window_type[1] = prev_type;
426 switch (prev_type) {
452 wi.window_type[i] = prev_type;
453 grouping = (prev_type == EIGHT_SHORT_SEQUENCE) ? window_grouping[0] : 0;
823 const float *la, int channel, int prev_type)
914 uselongblock = !(prev_type == EIGHT_SHORT_SEQUENCE);
919 wi.window_type[1] = prev_type;
388 psy_3gpp_window(FFPsyContext *ctx, const int16_t *audio, const int16_t *la, int channel, int prev_type) argument
822 psy_lame_window(FFPsyContext *ctx, const float *audio, const float *la, int channel, int prev_type) argument
H A Dvp56.c151 VP56mb prev_type, int ctx)
153 uint8_t *mb_type_model = s->modelp->mb_type[ctx][prev_type];
157 return prev_type;
150 vp56_parse_mb_type(VP56Context *s, VP56mb prev_type, int ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpsymodel.h108 * @param prev_type previous window type
112 FFPsyWindowInfo (*window)(FFPsyContext *ctx, const int16_t *audio, const int16_t *la, int channel, int prev_type);
H A Drv40.c229 int prev_type = 0; local
253 prev_type = i;
257 prev_type = block_num_to_ptype_vlc_num[prev_type];
258 q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1);
261 q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1);
264 prev_type = block_num_to_btype_vlc_num[prev_type];
265 q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1);
268 q = get_vlc2(gb, btype_vlc[prev_type]
[all...]
H A Daacpsy.c383 int channel, int prev_type)
418 wi.window_type[1] = prev_type;
419 switch (prev_type) {
445 wi.window_type[i] = prev_type;
446 grouping = (prev_type == EIGHT_SHORT_SEQUENCE) ? window_grouping[0] : 0;
781 int channel, int prev_type)
884 uselongblock = !(prev_type == EIGHT_SHORT_SEQUENCE);
889 wi.window_type[1] = prev_type;
380 psy_3gpp_window(FFPsyContext *ctx, const int16_t *audio, const int16_t *la, int channel, int prev_type) argument
779 psy_lame_window(FFPsyContext *ctx, const int16_t *audio, const int16_t *la, int channel, int prev_type) argument
H A Dvp56.c151 VP56mb prev_type, int ctx)
153 uint8_t *mb_type_model = s->modelp->mb_type[ctx][prev_type];
157 return prev_type;
150 vp56_parse_mb_type(VP56Context *s, VP56mb prev_type, int ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.c914 unsigned int i, type, op, prev_type = -1; local
923 if (type != prev_type)
933 prev_type = type;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstty.c645 int prev_type = control; local
680 if (mode_info[i].type != prev_type) {
683 prev_type = mode_info[i].type;

Completed in 158 milliseconds