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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Duvcode.h8 short nus, ncum; member in struct:__anon790
H A Dtif_luv.c771 ustep = uv_row[vi].nus-1;
774 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) {
826 if (ui >= uv_row[vi].nus)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutenc.c593 StreamContext *nus= &nut->stream[i]; local
600 if (j && nus->keyframe_pts[j] == nus->keyframe_pts[j-1]) {
602 nus->keyframe_pts[j] = AV_NOPTS_VALUE;
605 flag = (nus->keyframe_pts[j] != AV_NOPTS_VALUE) ^ (j+1 == nut->sp_count);
606 for (; j<nut->sp_count && (nus->keyframe_pts[j] != AV_NOPTS_VALUE) == flag; j++)
611 if (nus->keyframe_pts[k] == AV_NOPTS_VALUE)
613 av_assert0(nus->keyframe_pts[k] > last_pts);
614 ff_put_v(bc, nus->keyframe_pts[k] - last_pts);
615 last_pts = nus
784 get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, AVPacket *pkt) argument
956 StreamContext *nus = &nut->stream[pkt->stream_index]; local
1046 StreamContext *nus = &nut->stream[i]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c657 static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, AVPacket *pkt){ argument
663 if(pkt->pts - nus->last_pts != fc->pts_delta) flags |= FLAG_CODED_PTS;
665 if(FFABS(pkt->pts - nus->last_pts)
666 > nus->max_pts_distance) flags |= FLAG_CHECKSUM;
696 StreamContext *nus= &nut->stream[pkt->stream_index]; local
711 if(key_frame && !(nus->last_flags & FLAG_KEY))
722 ff_nut_reset_ts(nut, *nus->time_base, pkt->dts);
726 nus->time_base->num * (int64_t)nut->stream[i].time_base->den,
727 nus->time_base->den * (int64_t)nut->stream[i].time_base->num,
741 put_tt(nut, nus
[all...]

Completed in 116 milliseconds