Searched refs:block_idx (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwv.h38 uint32_t block_idx; //< index of the first sample in this block member in struct:WvHeader
H A Dwv.c43 wv->block_idx = AV_RL32(data + 16);
H A Dwvdec.c300 pkt->pts = wc->header.block_idx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dts_fsm.c142 unsigned int match_start, block_idx = 0, tok_idx; local
147 ({ consumed += block_idx; \
148 block_idx = 0; \
155 block_idx++; \
159 #define end_of_data() unlikely(block_idx >= block_len && !GET_NEXT_BLOCK())
167 match_start = consumed + block_idx;
182 if (!match_token(cur, data[block_idx]))
188 !match_token(cur, data[block_idx]))
196 if (!match_token(cur, data[block_idx]))
199 block_idx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils_opencl.c51 int2 thread_idx, block_idx, global_idx, lm_idx;
54 block_idx.x = get_group_id(0);
55 block_idx.y = get_group_id(1);
62 lm_idx.y = -8 + (block_idx.y + i) * 16 + thread_idx.y;
66 lm_idx.x = -8 + (block_idx.x + j) * 16 + thread_idx.x;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmavoice.c1051 * @param block_idx block index in frame [0, 1]
1056 int block_idx, AMRFixed *fcb)
1067 int pulse_off = s->aw_first_pulse_off[block_idx],
1071 if (s->aw_n_pulses[block_idx] > 0)
1077 if (block_idx == 0) {
1079 } else /* block_idx = 1 */ {
1081 if (s->aw_n_pulses[block_idx] > 0)
1086 pulse_start = s->aw_n_pulses[block_idx] > 0 ? pulse_off - range / 2 : 0;
1094 if (s->aw_n_pulses[block_idx] > 0)
1109 aidx = get_bits(gb, s->aw_n_pulses[0] > 0 ? 5 - 2 * block_idx
1055 aw_pulse_set2(WMAVoiceContext *s, GetBitContext *gb, int block_idx, AMRFixed *fcb) argument
1145 aw_pulse_set1(WMAVoiceContext *s, GetBitContext *gb, int block_idx, AMRFixed *fcb) argument
1242 synth_block_hardcoded(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, const struct frame_type_desc *frame_desc, float *excitation) argument
1273 synth_block_fcb_acb(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const struct frame_type_desc *frame_desc, float *excitation) argument
1408 synth_block(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const double *lsps, const double *prev_lsps, const struct frame_type_desc *frame_desc, float *excitation, float *synth) argument
[all...]
H A Dmjpegdec.c1245 int block_idx = s->block_stride[c] * (v * mb_y + y) + local
1247 int16_t *block = s->blocks[c][block_idx];
1306 int block_idx = mb_y * s->block_stride[c]; local
1307 int16_t (*block)[64] = &s->blocks[c][block_idx];
1308 uint8_t *last_nnz = &s->last_nnz[c][block_idx];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmavoice.c1047 * @param block_idx block index in frame [0, 1]
1051 int block_idx, AMRFixed *fcb)
1062 int pulse_off = s->aw_first_pulse_off[block_idx],
1066 if (s->aw_n_pulses[block_idx] > 0)
1072 if (block_idx == 0) {
1074 } else /* block_idx = 1 */ {
1076 if (s->aw_n_pulses[block_idx] > 0)
1081 pulse_start = s->aw_n_pulses[block_idx] > 0 ? pulse_off - range / 2 : 0;
1089 if (s->aw_n_pulses[block_idx] > 0)
1104 aidx = get_bits(gb, s->aw_n_pulses[0] > 0 ? 5 - 2 * block_idx
1050 aw_pulse_set2(WMAVoiceContext *s, GetBitContext *gb, int block_idx, AMRFixed *fcb) argument
1139 aw_pulse_set1(WMAVoiceContext *s, GetBitContext *gb, int block_idx, AMRFixed *fcb) argument
1236 synth_block_hardcoded(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, const struct frame_type_desc *frame_desc, float *excitation) argument
1267 synth_block_fcb_acb(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const struct frame_type_desc *frame_desc, float *excitation) argument
1390 synth_block(WMAVoiceContext *s, GetBitContext *gb, int block_idx, int size, int block_pitch_sh2, const double *lsps, const double *prev_lsps, const struct frame_type_desc *frame_desc, float *excitation, float *synth) argument
[all...]
H A Dmjpegdec.c904 int block_idx = s->block_stride[c] * (v * mb_y + y) + local
906 DCTELEM *block = s->blocks[c][block_idx];
988 int block_idx = mb_y * s->block_stride[c]; local
989 DCTELEM (*block)[64] = &s->blocks[c][block_idx];
990 uint8_t *last_nnz = &s->last_nnz[c][block_idx];

Completed in 216 milliseconds