Searched refs:tmp_mul (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c304 int i, j, tmp_pts, tmp_flags, tmp_stream, tmp_mul, tmp_size, tmp_fields, tmp_head_idx; local
318 tmp_mul=1;
327 if(tmp_mul != nut->frame_code[i].size_mul ) tmp_fields=2;
336 tmp_mul = nut->frame_code[i].size_mul;
349 if(nut->frame_code[i].size_mul != tmp_mul ) break;
354 if(j != tmp_mul - tmp_size) tmp_fields=6;
359 if(tmp_fields>1) ff_put_v(bc, tmp_mul);
H A Dnutdec.c193 int i, j, tmp_stream, tmp_mul, tmp_pts, tmp_size, count, tmp_res, tmp_head_idx; local
219 tmp_mul=1;
226 if(tmp_fields>1) tmp_mul = ffio_read_varlen(bc);
233 else count = tmp_mul - tmp_size;
258 nut->frame_code[i].size_mul = tmp_mul ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutenc.c339 int i, j, tmp_pts, tmp_flags, tmp_stream, tmp_mul, tmp_size, tmp_fields, local
356 tmp_mul = 1;
365 if (tmp_mul != nut->frame_code[i].size_mul ) tmp_fields = 2;
374 tmp_mul = nut->frame_code[i].size_mul;
387 nut->frame_code[i].size_mul != tmp_mul ||
393 if (j != tmp_mul - tmp_size)
399 if (tmp_fields > 1) ff_put_v(bc, tmp_mul);
H A Dnutdec.c227 int tmp_stream, tmp_mul, tmp_pts, tmp_size, tmp_res, tmp_head_idx; local
264 tmp_mul = 1;
274 tmp_mul = ffio_read_varlen(bc);
288 count = tmp_mul - tmp_size;
315 nut->frame_code[i].size_mul = tmp_mul;

Completed in 224 milliseconds