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

  /external/libxcam/xcore/interface/
geo_mapper.cpp 62 GeoMapper::auto_calculate_factors (uint32_t lut_w, uint32_t lut_h)
69 ERROR, lut_w > 1 && lut_w > 1, false,
71 lut_w, lut_h);
73 XCAM_ASSERT (lut_w && lut_h);
74 _factor_x = (_out_width - 1.0f) / (lut_w - 1.0f);
geo_mapper.h 56 bool auto_calculate_factors (uint32_t lut_w, uint32_t lut_h);
  /external/libxcam/tests/
test-soft-image.cpp 344 uint32_t lut_w = topview_width / 4, lut_h = topview_height / 4; local
350 model.get_topview_rect_map (points, lut_w, lut_h);
354 mapper->set_lookup_table (points.data (), lut_w, lut_h);

Completed in 1766 milliseconds