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

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dpred_inter.cpp553 int result, curr_offset, ref_offset; local
561 ref_offset = inpitch - blkwidth;
634 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
639 p_ref -= (ref_offset + blkwidth); /* input */
706 p_ref += ref_offset; /* move to the next line */
768 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
773 p_ref -= (ref_offset + blkwidth); /* input */
829 p_ref += ref_offset;
843 int result, result2, curr_offset, ref_offset; local
1002 int result, curr_offset, ref_offset; local
1066 int result, curr_offset, ref_offset; local
1370 int result, curr_offset, ref_offset; local
1436 int result, result2, curr_offset, ref_offset; local
1596 int curr_offset, ref_offset; local
[all...]
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp274 int result, curr_offset, ref_offset; local
282 ref_offset = inpitch - blkwidth;
355 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
360 p_ref -= (ref_offset + blkwidth); /* input */
427 p_ref += ref_offset; /* move to the next line */
489 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
494 p_ref -= (ref_offset + blkwidth); /* input */
550 p_ref += ref_offset;
564 int result, result2, curr_offset, ref_offset; local
723 int result, curr_offset, ref_offset; local
787 int result, curr_offset, ref_offset; local
1091 int result, curr_offset, ref_offset; local
1157 int result, result2, curr_offset, ref_offset; local
1317 int curr_offset, ref_offset; local
[all...]

Completed in 28 milliseconds