/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | fdct8x8_test.cc | 83 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); in RunSignBiasCheck() local 112 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); in RunSignBiasCheck() local 159 const int diff = dst[j] - src[j]; in RunRoundTripErrorCheck() local 200 const int diff = dst[j] - src[j]; in RunExtremalCheck() local
|
D | vp9_subtract_test.cc | 44 int16_t *diff = reinterpret_cast<int16_t *>( in TEST_P() local
|
D | dct32x32_test.cc | 119 const uint32_t diff = dst[j] - src[j]; in TEST_P() local 234 const int diff = dst[j] - src[j]; in TEST_P() local
|
D | partial_idct_test.cc | 107 const int diff = dst1[j] - dst2[j]; in TEST_P() local
|
D | fdct4x4_test.cc | 83 const uint32_t diff = dst[j] - src[j]; in RunAccuracyCheck() local 174 const uint32_t diff = dst[j] - src[j]; in RunInvAccuracyCheck() local
|
D | dct16x16_test.cc | 311 const uint32_t diff = dst[j] - src[j]; in RunAccuracyCheck() local 406 const uint32_t diff = dst[j] - src[j]; in RunInvAccuracyCheck() local
|
D | vp8_fdct4x4_test.cc | 149 const int diff = test_input_block[j] - test_output_block[j]; in TEST() local
|
D | variance_test.cc | 45 int diff = ref[w * y + x] - src[w * y + x]; in variance_ref() local 70 int diff = r - src[w * y + x]; in subpel_variance_ref() local 184 int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x]; in subpel_avg_variance_ref() local
|
D | idct8x8_test.cc | 129 const int diff = dst[j] - src[j]; in TEST() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | invtrans.h | 28 static void eob_adjust(char *eobs, short *diff) in eob_adjust()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_sse2.c | 40 short *diff = &be->src_diff[0]; in vp8_subtract_b_sse2() local
|
D | vp8_enc_stubs_mmx.c | 75 short *diff = &be->src_diff[0]; in vp8_subtract_b_mmx() local
|
/hardware/qcom/display/msm8974/libqdutils/ |
D | profiler.cpp | 147 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | profiler.cpp | 152 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | profiler.cpp | 152 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
|
/hardware/qcom/display/msm8960/libqdutils/ |
D | profiler.cpp | 148 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | profiler.cpp | 152 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 205 const MV diff = {mv->row - ref->row, in vp9_encode_mv() local 238 const MV diff = {mvs[i].as_mv.row - ref->row, in inc_mvs() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | vpx_timer.h | 79 LARGE_INTEGER freq, diff; in vpx_usec_timer_elapsed() local
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 437 nsecs_t diff = now - mLastFpsTime; in debugShowFPS() local 455 nsecs_t diff = now - mLastFPSTime; in recalculateFPS() local
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | AKFS_Measure.c | 162 int64_t diff; in AKFS_CalcSleep() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | denoising.c | 82 int diff = 0; in vp8_denoiser_filter_c() local
|
D | encodemb.c | 44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv_c() 78 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, in vp8_subtract_mby_c()
|
D | pickinter.c | 110 int diff = src_ptr[c] - ref_ptr[c]; in vp8_get4x4sse_cs_c() local 265 int diff; in pick_intra_mbuv_mode() local
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 856 nsecs_t diff = now - mLastFpsTime; in debugShowFPS() local 874 nsecs_t diff = now - mLastFPSTime; in recalculateFPS() local
|