代码搜索:THP
找到约 263 项符合「THP」的源代码
代码结果 263
www.eeworm.com/read/306970/13733884
c thp.c
/*
* THP Demuxer
* Copyright (c) 2007 Marco Gerards.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/301172/13864887
m thp.m
function r=thp(x,y)
m=length(x);
h=0.1;
for k=1:m
s1=spline(x,y,x(k)+2*h);
s2=spline(x,y,x(k)+h);
s3=spline(x,y,x(k)-h);
s4=spline(x,y,x(k)-2*h);
if k==1
www.eeworm.com/read/459172/1572671
c thp.c
/*
* THP Demuxer
* Copyright (c) 2007 Marco Gerards.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/427042/1982071
c thp.c
/*
* THP Demuxer
* Copyright (c) 2007 Marco Gerards.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/396408/2416877
c thp.c
/*
* THP Demuxer
* Copyright (c) 2007 Marco Gerards.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/396408/2418438
mid thp.mid
.file 1 "thp.c"
.section .mdebug.abi32
.previous
.section .text.thp_probe,"ax",@progbits
.align 2
.align 5
.ent thp_probe
.type thp_probe, @function
thp_probe:
.frame $sp,0,$31 # vars= 0, re
www.eeworm.com/read/396408/2418440
c thp.c
/*
* THP Demuxer
* Copyright (c) 2007 Marco Gerards.
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G
www.eeworm.com/read/396408/2418582
s thp.s
.file 1 "thp.c"
.section .mdebug.abi32
.previous
.section .text.thp_probe,"ax",@progbits
.align 2
.align 5
.ent thp_probe
.type thp_probe, @function
thp_probe:
.frame $sp,0,$31 # vars= 0, regs= 0/0,
www.eeworm.com/read/454684/7385511
pdf thp111.pdf
www.eeworm.com/read/226672/14455633
m thp_encoder.m
function output_data = THP_encoder(input_data,H,M)
mod_num = 2 * sqrt(M);
[Tx,T] = size(input_data);
Rx = length(H(:,1));
a_Tx = input_data;
for t = 1:T
ChM = H(:,Tx*(t-1)+1:Tx*t);