Lines Matching refs:sp_count
623 put_v(bc, nut->sp_count);
625 for (i=0; i<nut->sp_count; i++) {
635 for (j=0; j<nut->sp_count; j++) {
644 flag = (nus->keyframe_pts[j] != AV_NOPTS_VALUE) ^ (j+1 == nut->sp_count);
645 for (; j<nut->sp_count && (nus->keyframe_pts[j] != AV_NOPTS_VALUE) == flag; j++)
649 for (k= j - n; k<=j && k<nut->sp_count; k++) {
1069 if ((1ll<<60) % nut->sp_count == 0)
1073 av_reallocp_array(&nus->keyframe_pts, 2*nut->sp_count, sizeof(*nus->keyframe_pts));
1078 for (j=nut->sp_count == 1 ? 0 : nut->sp_count; j<2*nut->sp_count; j++)
1185 if (nus->keyframe_pts && nus->keyframe_pts[nut->sp_count] == AV_NOPTS_VALUE)
1186 nus->keyframe_pts[nut->sp_count] = pkt->pts;
1209 if (!nut->sp_count)
1214 av_assert1(nut->write_index); // sp_count should be 0 if no index is going to be written