HomeSort by relevance Sort by last modified time
    Searched refs:curr_frame (Results 1 - 9 of 9) sorted by null

  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 70 static int CV_CDECL icvUpdateFGDStatModel( IplImage* curr_frame,
216 // curr_frame -
220 IplImage* curr_frame,
227 || !curr_frame
230 || curr_frame->nChannels != 3
233 || curr_frame->depth != IPL_DEPTH_8U
235 || prev_frame->width != curr_frame->width
236 || prev_frame->height != curr_frame->height
253 for (y=0 ; y<curr_frame->height ; y++)
255 uchar* rowStart1 = (uchar*)curr_frame->imageData + y * curr_frame->widthStep + b
    [all...]
cvbgfg_gaussmix.cpp 115 static int CV_CDECL icvUpdateGaussianBGModel( IplImage* curr_frame, CvGaussBGModel* bg_model );
271 icvUpdateGaussianBGModel( IplImage* curr_frame, CvGaussBGModel* bg_model )
279 for( i = 0, n = 0; i < curr_frame->height; i++ )
281 for( j = 0; j < curr_frame->width; j++, n++ )
285 const int nChannels = curr_frame->nChannels;
286 const int p = curr_frame->widthStep*i+j*nChannels;
295 pixel[k] = (uchar)curr_frame->imageData[p+k];
302 icvUpdateFullNoMatch( curr_frame, p, match, g_point, &bg_model_params );
  /external/lldb/source/Target/
StackFrame.cpp     [all...]
ThreadPlanStepInRange.cpp 205 lldb::StackFrameSP curr_frame = m_thread.GetStackFrameAtIndex(0); local
206 if (curr_frame)
212 SymbolContext sc = curr_frame->GetSymbolContext (eSymbolContextFunction | eSymbolContextSymbol);
StackFrameList.cpp 417 StackFrame *curr_frame = curr_frame_sp.get(); local
420 if (curr_frame == NULL || prev_frame == NULL)
424 if (curr_frame->GetStackID() != prev_frame->GetStackID())
427 prev_frame->UpdatePreviousFrameFromCurrentFrame (*curr_frame);
431 //curr_frame->UpdateCurrentFrameFromPreviousFrame (*prev_frame);
    [all...]
  /external/lldb/include/lldb/Target/
StackFrame.h 180 UpdatePreviousFrameFromCurrentFrame (StackFrame &curr_frame);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 411 const unsigned int curr_frame = cpi->common.current_video_frame; local
415 active_worst_quality = curr_frame == 0 ? rc->worst_quality
420 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 5 / 4
423 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 2
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 528 const unsigned int curr_frame = cpi->common.current_video_frame; local
532 active_worst_quality = curr_frame == 0 ? rc->worst_quality
537 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 5 / 4
540 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 2
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 167 milliseconds