HomeSort by relevance Sort by last modified time
    Searched defs:scale_input (Results 1 - 2 of 2) sorted by null

  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 742 SmartPtr<VideoBuffer> scale_input = _scale_buf_pool->get_buffer (_scale_buf_pool); local
743 XCAM_ASSERT (scale_input.ptr ());
751 _fisheye[i].buf, _fisheye[idx_next].buf, scale_input, i, idx_next, cur_start_pos);
755 ret = ensure_handler_parameters (_blender[i], _fisheye[i].buf, scale_input);
760 reset_buffer_info (scale_input);
761 _scale_global_input = scale_input;
  /external/opencv/ml/src/
mlann_mlp.cpp 315 scale_input( layer_in, layer_out );
341 void CvANN_MLP::scale_input( const CvMat* _src, CvMat* _dst ) const function in class:CvANN_MLP
    [all...]

Completed in 608 milliseconds