Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DBinRecord.cpp224 map_index_t same_item; in suqeezBinMapOne() local
225 memset(&same_item, 0, sizeof(map_index_t)); in suqeezBinMapOne()
226 if (0 == findDuplicate(map_item, curr_index, &same_item)) { in suqeezBinMapOne()
231 removeBlock(map_item, curr_index, &same_item); in suqeezBinMapOne()
328 map_index_t *same_item) { in removeBlock() argument
352 temp_item->ptr_offset = same_item->ptr_offset; in removeBlock()
360 uint64_t new_offset = (uint64_t)temp_item->dst_offset - same_item->len; in removeBlock()
365 uint64_t new_offset = (uint64_t)temp_item->ptr_offset - same_item->len; in removeBlock()
370 map_item->ptr_offset = same_item->ptr_offset; in removeBlock()
H A DBinRecord.hpp40 map_index_t *same_item);