Searched refs:idx_next (Results 1 - 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
H A Dcl_image_360_stitch.cpp484 int idx_next = 1; local
486 idx_next = (i == (_fisheye_num - 1)) ? 0 : (i + 1);
495 - _stitch_info.merge_width[idx_next];
497 _img_merge_info[i].right.width = _stitch_info.merge_width[idx_next];
568 int idx, int idx_next, int &cur_start_pos)
578 Rect right_lap = get_image_overlap (idx_next, 0);
620 SmartPtr<VideoBuffer> &input0, SmartPtr<VideoBuffer> &input1, SmartPtr<VideoBuffer> &output, int idx, int idx_next)
630 Rect right_lap = get_image_overlap (idx_next, 0);
725 int idx_next = 1; local
727 idx_next
566 prepare_global_scale_blender_parameters( SmartPtr<VideoBuffer> &input0, SmartPtr<VideoBuffer> &input1, SmartPtr<VideoBuffer> &output, int idx, int idx_next, int &cur_start_pos) argument
619 prepare_local_scale_blender_parameters( SmartPtr<VideoBuffer> &input0, SmartPtr<VideoBuffer> &input1, SmartPtr<VideoBuffer> &output, int idx, int idx_next) argument
745 int idx_next = 1; local
810 int idx_next = 1; local
[all...]
H A Dcl_image_360_stitch.h110 SmartPtr<VideoBuffer> &input0, SmartPtr<VideoBuffer> &input1, SmartPtr<VideoBuffer> &output, int idx, int idx_next);
113 int idx, int idx_next, int &cur_start_pos);
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc2678 const ptrdiff_t idx_next = i - m_clusters; // insertion position local
2680 if (!PreloadCluster(pNext, idx_next)) {
2685 assert(idx_next < m_clusterSize);
2686 assert(m_clusters[idx_next] == pNext);
3039 const ptrdiff_t idx_next = i - m_clusters; // insertion position local
3041 if (!PreloadCluster(pNext, idx_next)) {
3046 assert(idx_next < m_clusterSize);
3047 assert(m_clusters[idx_next] == pNext);
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc2675 const ptrdiff_t idx_next = i - m_clusters; // insertion position local
2677 if (!PreloadCluster(pNext, idx_next)) {
2682 assert(idx_next < m_clusterSize);
2683 assert(m_clusters[idx_next] == pNext);
3036 const ptrdiff_t idx_next = i - m_clusters; // insertion position local
3038 if (!PreloadCluster(pNext, idx_next)) {
3043 assert(idx_next < m_clusterSize);
3044 assert(m_clusters[idx_next] == pNext);

Completed in 705 milliseconds