/frameworks/av/media/libstagefright/codecs/avc/enc/ |
Android.mk | 16 src/sad.cpp \
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
Android.mk | 18 src/sad.cpp \
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 1019 int sad = fn_ptr->sdf(what->buf, what->stride, local 1045 int sad = fn_ptr->sdf(what->buf, what->stride, local 1310 const int sad = fn_ptr->sdf(what->buf, what->stride, local 1562 unsigned int sad = fn_ptr->sdf(what->buf, what->stride, local 1641 unsigned int sad = fn_ptr->sdf(what->buf, what->stride, local 1700 unsigned int sad = fn_ptr->sdaf(what->buf, what->stride, local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_sad_sse2.asm | 18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows 20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \ 25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \ 28 cglobal sad%1x%2_avg, 5, ARCH_X86_64 + %3, 5, src, src_stride, \ 38 %endif ; avg/sad
|
vp9_sad4d_sse2.asm | 176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \ 179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad_sse2.asm | 18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows 20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \ 25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \ 28 cglobal sad%1x%2_avg, 5, ARCH_X86_64 + %3, 5, src, src_stride, \ 38 %endif ; avg/sad
|
vp9_sad4d_sse2.asm | 176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \ 179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_sad_sse2.asm | 18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows 20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \ 25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \ 28 cglobal sad%1x%2_avg, 5, ARCH_X86_64 + %3, 5, src, src_stride, \ 38 %endif ; avg/sad
|
vp9_sad4d_sse2.asm | 176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \ 179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
sad_c.c | 22 unsigned int sad = 0; local 28 sad += abs(src_ptr[c] - ref_ptr[c]); 31 if (sad > max_sad) 38 return sad;
|
/external/libvpx/libvpx/vp8/common/ |
sad_c.c | 22 unsigned int sad = 0; local 28 sad += abs(src_ptr[c] - ref_ptr[c]); 31 if (sad > max_sad) 38 return sad;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
sad_c.c | 22 unsigned int sad = 0; local 28 sad += abs(src_ptr[c] - ref_ptr[c]); 31 if (sad > max_sad) 38 return sad;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
intra_est.cpp | 2011 uint sad, sad4, sadI4, sadI16; local [all...] |
avcenc_int.h | 251 int totalSAD; /* SAD of current frame */ 328 uint sad; member in struct:tagMV 421 int i4_sad; /* temporary for i4 mode SAD */ 429 /* to speedup the SAD calculation */ 434 int nrmlz_th[48]; /* Threshold for fast SAD calculation using HTFM */
|
findhalfpel.cpp | 85 dmin = SATD_MB(cand, cur, 65535); // get Hadamaard transform SAD 106 mot->sad = dmin; 131 mot->sad = dmin;
|
/external/ppp/pppd/ |
tty.c | 875 struct sockaddr_in sad; local 904 memset(&sad, 0, sizeof(sad)); 905 sad.sin_family = AF_INET; 906 sad.sin_port = htons(port); 907 sad.sin_addr.s_addr = host; 908 if (connect(sock, (struct sockaddr *)&sad, sizeof(sad)) < 0) { [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
sad_test.cc | 91 unsigned int sad = 0; local 96 sad += abs(source_data_[h * source_stride_ + w] 99 if (sad > max_sad) { 103 return sad; 137 unsigned int SAD(unsigned int max_sad, int block_idx = 0) { 151 exp_sad = SAD(max_sad);
|
/external/libvpx/libvpx/test/ |
sad_test.cc | 91 unsigned int sad = 0; local 96 sad += abs(source_data_[h * source_stride_ + w] 99 if (sad > max_sad) { 103 return sad; 137 unsigned int SAD(unsigned int max_sad, int block_idx = 0) { 151 exp_sad = SAD(max_sad);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
sad_test.cc | 91 unsigned int sad = 0; local 96 sad += abs(source_data_[h * source_stride_ + w] 99 if (sad > max_sad) { 103 return sad; 137 unsigned int SAD(unsigned int max_sad, int block_idx = 0) { 151 exp_sad = SAD(max_sad);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mcomp.c | 1327 const int sad = fn_ptr->sdf(what->buf, what->stride, local 1579 unsigned int sad = fn_ptr->sdf(what->buf, what->stride, local 1729 unsigned int sad = fn_ptr->sdaf(what->buf, what->stride, local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
StatusBarNotifications.java | 69 button = (Button) findViewById(R.id.sad);
|
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 46 * 4 bytes: total length of Short Audio Descriptor (SAD) blocks 47 * Maximum 10 * 3 bytes: SAD blocks 888 char *sad = block; local [all...] |
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 42 * 4 bytes: total length of Short Audio Descriptor (SAD) blocks 43 * Maximum 10 * 3 bytes: SAD blocks 1550 char *sad = block; local [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 157 Int sad; /* SAD */ member in struct:tagMOT 357 float sumMAD; /* SAD/MAD for frame */ 359 /* to speedup the SAD calculation */ 362 Int nrmlz_th[48]; /* Threshold for fast SAD calculation using HTFM */ 411 Int totalSAD; /* So far total SAD for a frame */
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 166 ; unsigned int *sad, 5 186 pxor xmm3, xmm3 ; SAD 198 ; SAD(src1, src2) 204 psadbw xmm2, xmm1 ; sum src2 by misusing SAD against 0 223 ; Finalize SAD and store
|