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

/external/libavc/common/
H A Dih264_iquant_itrans_recon.c340 WORD16 i_z0, i_z1, i_z2, i_z3, i_z4, i_z5, i_z6, i_z7; local
410 i_z7 = i_y7 - (i_y1 >> 2);
422 pi2_tmp_ptr[0] = i_z0 + i_z7;
429 pi2_tmp_ptr[7] = i_z0 - i_z7;
494 i_z7 = i_y7 - (i_y1 >> 2);
506 i_macro = ((i_z0 + i_z7 + 32) >> 6) + *pu1_pred_ptr;
542 i_macro = ((i_z0 - i_z7 + 32) >> 6) + *pu1_pred_ptr;

Completed in 223 milliseconds