th 87 libavcodec/iirfilter.c double th = (i + (order >> 1) + 0.5) * M_PI / order; th 89 libavcodec/iirfilter.c zp[0] = cos(th) * wa; th 90 libavcodec/iirfilter.c zp[1] = sin(th) * wa; th 306 libavcodec/vp9recon.c int mx = mv->x, my = mv->y, th; th 316 libavcodec/vp9recon.c th = (y + bh + 4 * !!my + 7) >> 6; th 317 libavcodec/vp9recon.c ff_thread_await_progress(ref_frame, FFMAX(th, 0), 0); th 344 libavcodec/vp9recon.c int mx = mv->x * (1 << !s->ss_h), my = mv->y * (1 << !s->ss_v), th; th 355 libavcodec/vp9recon.c th = (y + bh + 4 * !!my + 7) >> (6 - s->ss_v); th 356 libavcodec/vp9recon.c ff_thread_await_progress(ref_frame, FFMAX(th, 0), 0); th 425 libavcodec/vp9recon.c int th; th 446 libavcodec/vp9recon.c th = (y + refbh_m1 + 4 + 7) >> 6; th 447 libavcodec/vp9recon.c ff_thread_await_progress(ref_frame, FFMAX(th, 0), 0); th 485 libavcodec/vp9recon.c int th; th 516 libavcodec/vp9recon.c th = (y + refbh_m1 + 4 + 7) >> (6 - s->ss_v); th 517 libavcodec/vp9recon.c ff_thread_await_progress(ref_frame, FFMAX(th, 0), 0); th 52 libavfilter/vf_dctdnoiz.c float th; // threshold (3*sigma) th 387 libavfilter/vf_dctdnoiz.c filter_freq_##bsize(src, src_linesize, dst, dst_linesize, NULL, NULL, s->th); \ th 648 libavfilter/vf_dctdnoiz.c s->th = s->sigma * 3.; th 270 libavfilter/vf_libvmaf.c int th; th 286 libavfilter/vf_libvmaf.c th = pthread_create(&s->vmaf_thread, NULL, call_vmaf, (void *) s); th 287 libavfilter/vf_libvmaf.c if (th) { th 177 libavfilter/vf_signature.c int64_t th; /* threshold */ th 295 libavfilter/vf_signature.c th = sortsignature[(int) (elemcat->elem_count*0.333)]; th 299 libavfilter/vf_signature.c if (elemsignature[j] < -th) { th 301 libavfilter/vf_signature.c } else if (elemsignature[j] <= th) { th 896 libavformat/rtsp.c RTSPTransportField *th; th 906 libavformat/rtsp.c th = &reply->transports[reply->nb_transports]; th 918 libavformat/rtsp.c th->transport = RTSP_TRANSPORT_RTP; th 924 libavformat/rtsp.c th->transport = RTSP_TRANSPORT_RDT; th 933 libavformat/rtsp.c th->transport = RTSP_TRANSPORT_RAW; th 936 libavformat/rtsp.c th->lower_transport = RTSP_LOWER_TRANSPORT_TCP; th 938 libavformat/rtsp.c th->lower_transport = RTSP_LOWER_TRANSPORT_UDP; th 948 libavformat/rtsp.c rtsp_parse_range(&th->port_min, &th->port_max, &p); th 953 libavformat/rtsp.c rtsp_parse_range(&th->client_port_min, th 954 libavformat/rtsp.c &th->client_port_max, &p); th 959 libavformat/rtsp.c rtsp_parse_range(&th->server_port_min, th 960 libavformat/rtsp.c &th->server_port_max, &p); th 965 libavformat/rtsp.c rtsp_parse_range(&th->interleaved_min, th 966 libavformat/rtsp.c &th->interleaved_max, &p); th 969 libavformat/rtsp.c if (th->lower_transport == RTSP_LOWER_TRANSPORT_UDP) th 970 libavformat/rtsp.c th->lower_transport = RTSP_LOWER_TRANSPORT_UDP_MULTICAST; th 975 libavformat/rtsp.c th->ttl = strtol(p, &end, 10); th 982 libavformat/rtsp.c get_sockaddr(s, buf, &th->destination); th 988 libavformat/rtsp.c av_strlcpy(th->source, buf, sizeof(th->source)); th 996 libavformat/rtsp.c th->mode_record = 1; th 248 libavutil/avsscanf.c static const uint32_t th[] = { LD_B1B_MAX }; th 380 libavutil/avsscanf.c while (rp < 9*LD_B1B_DIG || (rp == 9*LD_B1B_DIG && x[a]<th[0])) { th 412 libavutil/avsscanf.c if (k == z || x[k] < th[i]) { th 416 libavutil/avsscanf.c if (x[a+i & MASK] > th[i]) break;