代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/242262/4555085
svn-base q_matrix_jvt.cfg.svn-base
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/230743/4719379
svn-base q_matrix_jvt.cfg.svn-base
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/225759/4792731
m dbn_to_hmm.m
function [prior, transmat] = dbn_to_hmm(bnet, onodes)
% DBN_TO_HMM Compute the discrete HMM matrices from a simple DBN
% [prior, transmat] = dbn_to_hmm(bnet, onodes)
ss = length(bnet.intra);
evidence
www.eeworm.com/read/225759/4792748
m dbn_to_hmm.m
function [prior, transmat] = dbn_to_hmm(bnet, onodes)
% DBN_TO_HMM Compute the discrete HMM matrices from a simple DBN
% [prior, transmat] = dbn_to_hmm(bnet, onodes)
ss = length(bnet.intra);
evidence
www.eeworm.com/read/219785/4846357
svn-base q_matrix_jvt.cfg.svn-base
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/216502/4891126
c glob.c
#include "e.h"
int dbg; /* debugging print if non-zero */
int lp[80]; /* stack for things like piles and matrices */
int ct; /* pointer to lp */
int used[100]; /* available registers */
int ps; /* de
www.eeworm.com/read/216502/4891369
c glob.c
#include "e.h"
int dbg; /* debugging print if non-zero */
int lp[80]; /* stack for things like piles and matrices */
int ct; /* pointer to lp */
int used[100]; /* available registers */
int ps; /* de
www.eeworm.com/read/184465/5249064
svn-base q_matrix_jvt.cfg.svn-base
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/318792/3562744
svn-base q_matrix_jvt.cfg.svn-base
# This an example configuration file for initializing the quantization matrix.
# Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
# The values range from 1 to 255.
# If first value of
www.eeworm.com/read/303463/3810186
m mpt_solvenode.m
function model = mpt_solvenode(Matrices,lower,upper,OriginalModel,model,options)
% This is the core code. Lot of pre-processing to get rid of strange stuff
% arising from odd problems, big-M etc etc