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

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp 553 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/
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
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...]
  /external/openssl/crypto/asn1/
asn1t.h 725 int ref_offset; /* Offset of reference value */ member in struct:ASN1_AUX_st
  /external/openssl/include/openssl/
asn1t.h 725 int ref_offset; /* Offset of reference value */ member in struct:ASN1_AUX_st

Completed in 94 milliseconds