代码搜索:complexity
找到约 493 项符合「complexity」的源代码
代码结果 493
www.eeworm.com/read/243660/12929199
c pctolsp2.c
/* For the sake of reducing the complexity, Ill condition is
not condidered here */
/**************************************************************************
*
* NAME
* pctol
www.eeworm.com/read/243660/12929678
c pctolsp2.c
/* For the sake of reducing the complexity, Ill condition is
not condidered here */
/**************************************************************************
*
* NAME
* pctol
www.eeworm.com/read/169946/9830044
h mp4_header.h
#ifndef _MP4_HEADER_H_
#define _MP4_HEADER_H_
#define VO_START_CODE 0x8
#define VOL_START_CODE 0x12
#define GOP_START_CODE 0x1b3
#define VOP_START_CODE 0x1b6
#define I_VOP 0
#define
www.eeworm.com/read/139842/5796799
h mp4_header.h
#ifndef _MP4_HEADER_H_
#define _MP4_HEADER_H_
#define VO_START_CODE 0x8
#define VOL_START_CODE 0x12
#define GOP_START_CODE 0x1b3
#define VOP_START_CODE 0x1b6
#define I_VOP 0
#define
www.eeworm.com/read/162810/5513896
cpp umc_h264_crc.cpp
/*
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may not be
www.eeworm.com/read/375404/9361801
h adaptive_filter_1daif.h
#ifdef DIRECTIONAL_FILTER
/*
Main idea: 1D 6-tap adaptive Wiener nterpolation filter with possible directionality
Benefits:
1. Reduced encoding complexity.
2. Reduced decoding complexity.