Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dexr.c817 int index_tl_x, index_tl_y, index_out, index_tmp; in b44_uncompress() local
861 index_tmp = (y-index_tl_y) * 4 + (x-index_tl_x); in b44_uncompress()
862 td->uncompressed_data[index_out] = tmp_buffer[index_tmp] & 0xff; in b44_uncompress()
863 td->uncompressed_data[index_out + 1] = tmp_buffer[index_tmp] >> 8; in b44_uncompress()

Completed in 4 milliseconds