HomeSort by relevance Sort by last modified time
    Searched full:i_y4 (Results 1 - 2 of 2) sorted by null

  /external/libavc/common/
ih264_iquant_itrans_recon.c 341 WORD16 i_y0, i_y1, i_y2, i_y3, i_y4, i_y5, i_y6, i_y7; local
383 i_y4 = ((pi2_tmp_ptr[2] >> 1) - pi2_tmp_ptr[6] );
405 i_z2 = i_y2 + i_y4;
407 i_z4 = i_y2 - i_y4;
467 i_y4 = (pi2_tmp_ptr[16] >> 1) - pi2_tmp_ptr[48];
489 i_z2 = i_y2 + i_y4;
491 i_z4 = i_y2 - i_y4;
  /external/libavc/common/armv8/
ih264_iquant_itrans_recon_av8.s 651 sub v4.8h, v17.8h, v14.8h //i_y4 = ((pi2_tmp_ptr[2] >> 1) - pi2_tmp_ptr[6] );

Completed in 71 milliseconds