Searched refs:dst_word (Results 1 – 3 of 3) sorted by relevance
328 uint32 pred_word, dst_word; in idct_row1Inter() local375 uint32 pred_word, dst_word; in idct_row2Inter() local434 uint32 pred_word, dst_word; in idct_row3Inter() local504 uint32 pred_word, dst_word; in idct_row4Inter() local871 uint32 dst_word; in idct_row2Intra() local926 uint32 dst_word; in idct_row3Intra() local992 uint32 dst_word; in idct_row4Intra() local1065 uint32 dst_word; in idct_row0x40Intra() local1120 uint32 dst_word; in idct_row0x20Intra() local1173 uint32 dst_word; in idct_row0x10Intra() local[all …]
46 uint32 pred_word, dst_word; in idctrow1() local68 dst_word |= (res << 16); in idctrow1()71 dst_word |= (res << 24); in idctrow1()82 dst_word |= (res << 16); in idctrow1()85 dst_word |= (res << 24); in idctrow1()103 uint32 pred_word, dst_word; in idctrow2() local137 dst_word |= (res << 16); in idctrow2()140 dst_word |= (res << 24); in idctrow2()151 dst_word |= (res << 16); in idctrow2()154 dst_word |= (res << 24); in idctrow2()[all …]
519 uint32 pred_word, dst_word; in idctrow() local591 dst_word = (res2 << 8) | res; in idctrow()594 dst_word |= (res << 16); in idctrow()597 dst_word |= (res << 24); in idctrow()598 *((uint32*)(dst += width)) = dst_word; /* save 4 bytes to dst */ in idctrow()606 dst_word = (res2 << 8) | res; in idctrow()609 dst_word |= (res << 16); in idctrow()612 dst_word |= (res << 24); in idctrow()613 *((uint32*)(dst += 4)) = dst_word; /* save 4 bytes to dst */ in idctrow()