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

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_inter.cpp1595 uint8 *p_cur, *p_ref, *p_tmp8; local
1764 p_tmp8 = &(tmp_res[0][j]); /* intermediate result */
1765 p_tmp8 -= 24; /* compensate for the first offset */
1836 r10 = *((uint32*)(p_tmp8 += 24));
1858 p_tmp8 = &(tmp_res[0][j+i]); /* intermediate result */
1859 p_tmp8 -= 24; /* compensate for the first offset */
1878 tmp_result = *(p_tmp8 += 24); /* modify pointer before loading */
1891 tmp_result = *(p_tmp8 += 24); /* intermediate result */
1904 tmp_result = *(p_tmp8 += 24); /* intermediate result */
1917 tmp_result = *(p_tmp8
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1316 uint8 *p_cur, *p_ref, *p_tmp8; local
1485 p_tmp8 = &(tmp_res[0][j]); /* intermediate result */
1486 p_tmp8 -= 24; /* compensate for the first offset */
1557 r10 = *((uint32*)(p_tmp8 += 24));
1579 p_tmp8 = &(tmp_res[0][j+i]); /* intermediate result */
1580 p_tmp8 -= 24; /* compensate for the first offset */
1599 tmp_result = *(p_tmp8 += 24); /* modify pointer before loading */
1612 tmp_result = *(p_tmp8 += 24); /* intermediate result */
1625 tmp_result = *(p_tmp8 += 24); /* intermediate result */
1638 tmp_result = *(p_tmp8
[all...]

Completed in 30 milliseconds