Home
last modified time | relevance | path

Searched refs:dyad1 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dindeo3.c372 (AV_RN16(ref ) + delta_tab->deltas[dyad1]) & 0x7F7F);\
387 (replicate32(AV_RN32(ref )) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\
392 (AV_RN32(ref ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\
408 (AV_RN32(dst ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\
412 (AV_RN32(dst + row_offset ) + delta_tab->deltas_m10[dyad1]) & 0x7F7F7F7F);\
417 (AV_RN16(dst ) + delta_tab->deltas[dyad1]) & 0x7F7F);\
421 (AV_RN16(dst + row_offset ) + delta_tab->deltas[dyad1]) & 0x7F7F);\
437 unsigned int dyad1, dyad2; in decode_cell_data() local
475 dyad1 = bytestream_get_byte(data_ptr); in decode_cell_data()
477 if (dyad1 > in decode_cell_data()
[all...]

Completed in 3 milliseconds