Home
last modified time | relevance | path

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

/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dsei.cc45 switch (seihash->hash_type) { in read_sei_decoded_picture_hash()
51 seihash->crc[i] = get_bits(reader,16); in read_sei_decoded_picture_hash()
55 seihash->checksum[i] = get_bits(reader,32); in read_sei_decoded_picture_hash()
70 switch (seihash->hash_type) { in dump_sei_decoded_picture_hash()
78 switch (seihash->hash_type) { in dump_sei_decoded_picture_hash()
82 loginfo(LogSEI,"*:%02x", seihash->md5[i][b]); in dump_sei_decoded_picture_hash()
298 switch (seihash->hash_type) { in process_sei_decoded_picture_hash()
313 if (md5[b] != seihash->md5[i][b]) { in process_sei_decoded_picture_hash()
326 seihash->crc[i], i, crc); in process_sei_decoded_picture_hash()
328 if (crc != seihash->crc[i]) { in process_sei_decoded_picture_hash()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dsei.cc45 switch (seihash->hash_type) { in read_sei_decoded_picture_hash()
51 seihash->crc[i] = get_bits(reader,16); in read_sei_decoded_picture_hash()
55 seihash->checksum[i] = get_bits(reader,32); in read_sei_decoded_picture_hash()
70 switch (seihash->hash_type) { in dump_sei_decoded_picture_hash()
78 switch (seihash->hash_type) { in dump_sei_decoded_picture_hash()
82 loginfo(LogSEI,"*:%02x", seihash->md5[i][b]); in dump_sei_decoded_picture_hash()
298 switch (seihash->hash_type) { in process_sei_decoded_picture_hash()
313 if (md5[b] != seihash->md5[i][b]) { in process_sei_decoded_picture_hash()
328 seihash->crc[i], i, crc); in process_sei_decoded_picture_hash()
330 if (crc != seihash->crc[i]) { in process_sei_decoded_picture_hash()
[all …]