Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_newtonemapping_handler.cpp302 int width_per_block = stats_ptr->info.width / block_factor; in prepare_parameters() local
315 …t start_index = block_row * height_per_block * stats_ptr->info.width + block_col * width_per_block; in prepare_parameters()
327 int block_totalnum = width_per_block * height_per_block; in prepare_parameters()
330 for(int j = 0; j < width_per_block; j++) in prepare_parameters()