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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1312 uint8 *p_cur, *p_ref, *p_tmp8, *tmp; local
1481 p_tmp8 = &(tmp_res[0][j]); /* intermediate result */
1482 p_tmp8 -= 24; /* compensate for the first offset */
1553 r10 = *((uint32*)(p_tmp8 += 24));
1575 p_tmp8 = &(tmp_res[0][j+i]); /* intermediate result */
1576 p_tmp8 -= 24; /* compensate for the first offset */
1595 tmp_result = *(p_tmp8 += 24); /* modify pointer before loading */
1608 tmp_result = *(p_tmp8 += 24); /* intermediate result */
1621 tmp_result = *(p_tmp8 += 24); /* intermediate result */
1634 tmp_result = *(p_tmp8
[all...]

Completed in 8 milliseconds