HomeSort by relevance Sort by last modified time
    Searched full:multipass (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 250 /* 04/09/01, for multipass rate control */
262 /* multipass rate control data */
272 Int nRe_Quantized; /* control variable for multipass encoding, */
279 Int re_encoded_frames; /* counter for all multipass encoded frames*/
280 Int re_encoded_times; /* counter for all times of multipass frame encoding */
302 } MultiPass;
431 MultiPass *pMP[4]; /* for multipass encoding, 4 represents 4 layer encoding */
rate_control.cpp 58 MultiPass **pMP = video->pMP;
193 MultiPass *pMP = video->pMP[currLayer];
271 Void SaveRDSamples(MultiPass *pMP, Int counter_samples)
295 MultiPass *pMP = video->pMP[currLayer];
386 MultiPass *pMP = video->pMP[currLayer];
424 MultiPass **pMP = video->pMP;
532 MultiPass *pMP = video->pMP[video->currLayer];
702 MultiPass *pMP = video->pMP[video->currLayer];
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 34 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, MultiPass *pMP);
37 AVCRateControl *rateCtrl, MultiPass *pMP);
39 void updateRC_PostProc(AVCRateControl *rateCtrl, MultiPass *pMP);
41 void AVCSaveRDSamples(MultiPass *pMP, int counter_samples);
143 MultiPass *pMP = rateCtrl->pMP;
188 rateCtrl->pMP = (MultiPass*) avcHandle->CBAVC_Malloc(encvid->avcHandle->userData, sizeof(MultiPass), DEFAULT_ATTR);
338 MultiPass *pMP = rateCtrl->pMP;
406 AVCRateControl *rateCtrl, MultiPass *pMP)
520 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, MultiPass *pMP
    [all...]
avcenc_int.h 163 /* multipass rate control data */
173 int nRe_Quantized; /* control variable for multipass encoding, */
180 int re_encoded_frames; /* counter for all multipass encoded frames*/
181 int re_encoded_times; /* counter for all times of multipass frame encoding */
203 } MultiPass;
308 MultiPass *pMP;
  /hardware/intel/img/psb_video/src/
tng_hostair.c 656 // get the SAD results buffer (either IPE0 and IPE1 results or, preferably, the more accurate Best Multipass SAD results)
659 drv_debug_msg(VIDEO_DEBUG_GENERAL,"AIR active: Using Best Multipass SAD values ");
665 // The actual Param structures (which contain SADs) are located after the Multipass Motion Vector entries
720 fprintf(fp, "Using Best Multipass SAD values\n");
736 // This will read the SAD value from the buffer (either IPE0 SAD or the superior Best multipass parameter structure SAD value)
    [all...]
tng_hostcode.h 403 IMG_UINT8 ui8EnableSelStatsFlags; //!< Flags to enable selective first-pass statistics gathering by the hardware. Bit 1 - First Stage Motion Search Data, Bit 2 - Best Multipass MB Decision Data, Bit 3 - Best Multipass Motion Vectors. (First stage Table 2 motion vectors are always switched on)
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 323 } while (tnl->Driver.Render.Multipass &&
324 tnl->Driver.Render.Multipass( ctx, ++pass ));
t_context.h 487 GLboolean (*Multipass)( struct gl_context *ctx, GLuint passno );
  /external/deqp/doc/testspecs/VK/
apitests.adoc 302 Multipass
305 Multipass tests will verify:
307 * Various possible multipass data flow configurations
510 ** Multipass tests will contain some coverage for this
566 * Large amounts of unique dynamic state objects in a command buffer, pass, or multipass
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 119 * - no good for asymmetric-twoside (do with multipass)
120 * - no good for asymmetric-unfilled (do with multipass)
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 251 tnl->Driver.Render.Multipass = 0;
  /external/opencv3/3rdparty/libjpeg/
jcapimin.c 150 * If a multipass operating mode was selected, this may do a great deal of
jdapistd.c 30 * If a multipass operating mode was selected, this will do all but the
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c 142 * If a multipass operating mode was selected, this may do a great deal of
fpdfapi_jdapistd.c 30 * If a multipass operating mode was selected, this will do all but the
fpdfapi_jcmarker.c 102 * (a few bytes) before calling jpeg_finish_compress. Multipass compression
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 661 multipass insn scheduling. If the hook returns zero for insn
668 /* This hook prepares the target for a new round of multipass
670 DATA is a pointer to target-specific data used for multipass scheduling.
675 FIRST_CYCLE_INSN_P is true if this is the first round of multipass
683 /* This hook is called when multipass scheduling evaluates instruction INSN.
699 /* This hook is called when multipass scheduling backtracks from evaluation of
714 round of multipass scheduling.
716 If DATA is non-NULL it points to target-specific data used for multipass
718 the winning solution. DATA is NULL when multipass scheduling cannot find
726 /* This hook is called to initialize target-specific data for multipass
    [all...]
  /external/libjpeg-turbo/
jcapimin.c 156 * If a multipass operating mode was selected, this may do a great deal of
jcmarker.c 106 * (a few bytes) before calling jpeg_finish_compress. Multipass compression
  /external/skia/src/gpu/
GrPipelineBuilder.h 224 * out the client settable stencil bits. So multipass algorithms
GrResourceCache.h 33 * resource instances with the same properties (e.g. multipass rendering that ping-pongs
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 311 /* Target data for multipass lookahead scheduling.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 265 // multipass), this sort of expression will fail unless the proxy
277 // No multipass iterator can have values that disappear
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
mali_parser.html 141 this.addTexCounter('mali_hwc_TEX_RECIRC_MULTI', 'Recirc due to Multipass');
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 483 int8_t curIndex = 0, bool multipass = FALSE);

Completed in 1185 milliseconds

1 2