Searched defs:offset2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dget_pred_adv_b_add.cpp90 int offset, offset2; local
97 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */
100 pred_block -= offset2; /* preset */
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
122 *((uint32*)(pred_block += offset2)) = pred_word;
144 *((uint32*)(pred_block += offset2)) = pred_word;
167 *((uint32*)(pred_block += offset2)) = pred_word;
190 int offset, offset2; local
199 offset2 = (pred_width_rnd >> 1) - 4; /* offset of pred_block */
204 pred_block -= offset2; /* prese
519 int offset, offset2; local
866 int offset, offset2; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp1214 Int offset2; local
1216 offset2 = width - 8;
1228 cur += offset2;
H A Dmotion_est.cpp544 Int *offset, *offset2; local
567 offset2 = htfm_stat->offsetRef;
579 offset2 = video->nrmlz_th + 32;
599 offset2[0] = 0;
600 offset2[1] = rx2 + 2;
601 offset2[2] = 2;
602 offset2[3] = rx2;
603 offset2[4] = rx + 1;
604 offset2[5] = rx3 + 3;
605 offset2[
[all...]
/frameworks/av/media/mtp/
H A DMtpServer.cpp792 uint64_t offset2 = mRequest.getParameter(3); local
793 offset = offset | (offset2 << 32);
1118 uint64_t offset2 = mRequest.getParameter(3); local
1119 offset = offset | (offset2 << 32);
1191 uint64_t offset2 = mRequest.getParameter(3); local
1192 offset |= (offset2 << 32);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp612 int *offset, *offset2; local
635 offset2 = htfm_stat->offsetRef;
647 offset2 = encvid->nrmlz_th + 32;
667 offset2[0] = 0;
668 offset2[1] = rx2 + 2;
669 offset2[2] = 2;
670 offset2[3] = rx2;
671 offset2[4] = rx + 1;
672 offset2[5] = rx3 + 3;
673 offset2[
[all...]

Completed in 216 milliseconds