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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 274 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
722 int result, curr_offset, ref_offset; local
785 int result, curr_offset, ref_offset; local
1088 int result, curr_offset, ref_offset; local
1153 int result, result2, curr_offset, ref_offset; local
1313 int curr_offset, ref_offset; local
    [all...]
  /external/boringssl/src/include/openssl/
asn1t.h 671 int ref_offset; /* Offset of reference value */ member in struct:ASN1_AUX_st

Completed in 349 milliseconds