Home
last modified time | relevance | path

Searched refs:right_index (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h171 int32_t right_index; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_piece_collection.hpp204 signed_size_type right_index; // points to next piece of same ring member
244 , right_index(-1) in piece()
925 geometry::range::back(m_pieces).right_index = m_first_piece_index; in finish_ring()
984 pc.right_index = pc.index + 1; in create_piece()
H A Dget_piece_turns.hpp90 || piece1.index == piece2.right_index; in is_adjacent()
H A Dturn_in_piece_visitor.hpp607 if (pc.left_index == piece.index || pc.right_index == piece.index) in skip()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DIspParamsSplitter.cpp1269 unsigned short* right_index = right; in AlscMatrixSplit() local
1273 memcpy(right_index, ori_matrix + right_start_addr, out_cols * sizeof(unsigned short)); in AlscMatrixSplit()
1275 right_index += out_cols; in AlscMatrixSplit()
1288 int right_index = 0; in SplitAlscXtable() local
1296 dst_right[right_index++] = in SplitAlscXtable()
1298 dst_right[right_index++] = in SplitAlscXtable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c655 point->right_index = index_right; in build_custom_gamma_mapping_coefficients_worker()
686 if ((point->right_index < 0) || (point->right_index > max_index)) { in calculate_mapped_value()
697 rgb[point->right_index].r, in calculate_mapped_value()
705 rgb[point->right_index].g, in calculate_mapped_value()
713 rgb[point->right_index].b, in calculate_mapped_value()