/aosp12/frameworks/av/media/codecs/mp3dec/src/ |
H A D | pvmp3_decode_huff_cw.cpp | 176 tmp = (tmp >> 3) - 1; in pvmp3_decode_huff_cw_tab2() 180 tmp = tmp + 7; in pvmp3_decode_huff_cw_tab2() 202 tmp = (tmp >> 3) - 1; in pvmp3_decode_huff_cw_tab3() 206 tmp = tmp + 7; in pvmp3_decode_huff_cw_tab3() 228 tmp = (tmp >> 5) - 1; in pvmp3_decode_huff_cw_tab5() 236 tmp = (tmp & 3) + 21; in pvmp3_decode_huff_cw_tab5() 256 tmp = (tmp >> 3) - 3; in pvmp3_decode_huff_cw_tab6() 264 tmp = tmp + 24; in pvmp3_decode_huff_cw_tab6() 330 tmp = (tmp) + 54; in pvmp3_decode_huff_cw_tab8() 363 tmp = tmp + 45; in pvmp3_decode_huff_cw_tab9() [all …]
|
H A D | pvmp3_get_side_info.cpp | 121 uint32 tmp; in pvmp3_get_side_info() local 135 si->main_data_begin = (tmp << 18) >> 23; /* 9 */ in pvmp3_get_side_info() 136 si->private_bits = (tmp << 27) >> 27; /* 5 */ in pvmp3_get_side_info() 146 si->main_data_begin = (tmp << 20) >> 23; /* 9 */ in pvmp3_get_side_info() 147 si->private_bits = (tmp << 29) >> 29; /* 3 */ in pvmp3_get_side_info() 159 si->ch[ch].scfsi[0] = (tmp << 28) >> 31; /* 1 */ in pvmp3_get_side_info() 160 si->ch[ch].scfsi[1] = (tmp << 29) >> 31; /* 1 */ in pvmp3_get_side_info() 161 si->ch[ch].scfsi[2] = (tmp << 30) >> 31; /* 1 */ in pvmp3_get_side_info() 162 si->ch[ch].scfsi[3] = tmp & 1; /* 1 */ in pvmp3_get_side_info() 339 si->ch[ch].gran[0].scalefac_scale = tmp >> 1; /* 1 */ in pvmp3_get_side_info() [all …]
|
H A D | pvmp3_dequantize_sample.cpp | 298 tmp = fxp_mul32_Q30(tmp, two_raise_one_fourth); in pvmp3_dequantize_sample() 355 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp))); in pvmp3_dequantize_sample() 361 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp))); in pvmp3_dequantize_sample() 378 if (tmp) in pvmp3_dequantize_sample() 380 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp))); in pvmp3_dequantize_sample() 385 if (tmp) in pvmp3_dequantize_sample() 387 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp))); in pvmp3_dequantize_sample() 405 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp))); in pvmp3_dequantize_sample() 411 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp))); in pvmp3_dequantize_sample() 430 if (tmp) in pvmp3_dequantize_sample() [all …]
|
/aosp12/system/core/libutils/ |
H A D | String16_test.cpp | 35 String16 tmp(u"Verify me"); in TEST() local 45 String16 tmp("Verify me"); in TEST() local 55 String16 tmp("Verify me"); in TEST() local 56 String16 another = tmp; in TEST() 62 String16 tmp("Verify me"); in TEST() local 68 String16 tmp("Verify me"); in TEST() local 88 tmp.insert(6, u"Insert"); in TEST() 114 String16 another = tmp; in TEST() 172 another = tmp; in TEST() 184 String16 tmp(""); in TEST() local [all …]
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | sad.cpp | 130 tmp = p1[8]; in SAD_MB_HTFM_Collect() 133 tmp = p1[4]; in SAD_MB_HTFM_Collect() 136 tmp = p1[0]; in SAD_MB_HTFM_Collect() 145 tmp = p1[8]; in SAD_MB_HTFM_Collect() 148 tmp = p1[4]; in SAD_MB_HTFM_Collect() 151 tmp = p1[0]; in SAD_MB_HTFM_Collect() 160 tmp = p1[8]; in SAD_MB_HTFM_Collect() 163 tmp = p1[4]; in SAD_MB_HTFM_Collect() 166 tmp = p1[0]; in SAD_MB_HTFM_Collect() 214 Int tmp, tmp2; in SAD_MB_HTFM() local [all …]
|
H A D | sad_halfpel.cpp | 443 tmp++; in SAD_MB_HP_HTFM_Collectyh() 449 tmp++; in SAD_MB_HP_HTFM_Collectyh() 455 tmp++; in SAD_MB_HP_HTFM_Collectyh() 463 tmp++; in SAD_MB_HP_HTFM_Collectyh() 521 tmp++; in SAD_MB_HP_HTFM_Collectxh() 527 tmp++; in SAD_MB_HP_HTFM_Collectxh() 533 tmp++; in SAD_MB_HP_HTFM_Collectxh() 540 tmp++; in SAD_MB_HP_HTFM_Collectxh() 665 tmp++; in SAD_MB_HP_HTFMyh() 671 tmp++; in SAD_MB_HP_HTFMyh() [all …]
|
H A D | sad_halfpel_inline.h | 36 tmp = (tmp2 >> 1) - tmp; in INTERP1_SUB_SAD() 37 if (tmp > 0) sad += tmp; in INTERP1_SUB_SAD() 38 else sad -= tmp; in INTERP1_SUB_SAD() 45 tmp = (tmp >> 2) - tmp2; in INTERP2_SUB_SAD() 46 if (tmp > 0) sad += tmp; in INTERP2_SUB_SAD() 47 else sad -= tmp; in INTERP2_SUB_SAD() 58 rsbs tmp, tmp, tmp2, asr #1 ; 59 rsbmi tmp, tmp, #0 ; 70 rsbs tmp, tmp2, tmp, asr #2 ; 71 rsbmi tmp, tmp, #0 ; [all …]
|
H A D | me_utils.cpp | 78 if (tmp > 0) A += tmp; in ChooseMode_C() 327 tmp = (tmp >> 8) & mask; in ComputeMBSum_C() 328 tmp += tmp2; in ComputeMBSum_C() 329 sad2 += tmp; in ComputeMBSum_C() 332 tmp = (tmp >> 8) & mask; in ComputeMBSum_C() 337 tmp = (tmp >> 8) & mask; in ComputeMBSum_C() 343 tmp = (tmp >> 8) & mask; in ComputeMBSum_C() 349 tmp = (tmp >> 8) & mask; in ComputeMBSum_C() 354 tmp = (tmp >> 8) & mask; in ComputeMBSum_C() 359 tmp = (tmp >> 8) & mask; in ComputeMBSum_C() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
H A D | Map.h | 48 node* tmp; variable 86 tmp = tmp->next; in find() 101 tmp = tmp->next; in find_ele() 110 if(tmp) in begin() 123 printf("%d-->%d\n",tmp->data,tmp->data2); in show() 124 tmp = tmp->next; in show() 135 tmp = tmp->next; in size() 175 if((tmp ==head) && (tmp->data ==d)) in erase() 179 tmp = tmp->next; in erase() 186 if((tmp == tail) && (tmp->data ==d)) in erase() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
H A D | Map.h | 47 node* tmp; variable 87 tmp = tmp->next; in find() 103 tmp = tmp->next; in find_ele() 114 if (tmp) { in begin() 127 printf("%d-->%d\n",tmp->data,tmp->data2); in show() 128 tmp = tmp->next; in show() 139 tmp = tmp->next; in size() 180 if ((tmp ==head) && (tmp->data ==d)) { in erase() 183 tmp = tmp->next; in erase() 191 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | Map.h | 46 node* tmp; variable 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 113 if (tmp) { in begin() 126 printf("%d-->%d\n",tmp->data,tmp->data2); in show() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 179 if ((tmp ==head) && (tmp->data ==d)) { in erase() 182 tmp = tmp->next; in erase() 190 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | Map.h | 46 node* tmp; variable 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 113 if (tmp) { in begin() 126 printf("%d-->%d\n",tmp->data,tmp->data2); in show() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 179 if ((tmp ==head) && (tmp->data ==d)) { in erase() 182 tmp = tmp->next; in erase() 190 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
H A D | Map.h | 46 node* tmp; variable 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 113 if (tmp) { in begin() 126 printf("%d-->%d\n",tmp->data,tmp->data2); in show() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 179 if ((tmp ==head) && (tmp->data ==d)) { in erase() 182 tmp = tmp->next; in erase() 190 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | Map.h | 46 node* tmp; variable 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 113 if (tmp) { in begin() 126 printf("%d-->%d\n",tmp->data,tmp->data2); in show() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 179 if ((tmp ==head) && (tmp->data ==d)) { in erase() 182 tmp = tmp->next; in erase() 190 if ((tmp == tail) && (tmp->data ==d)) { in erase() [all …]
|
/aosp12/frameworks/hardware/interfaces/stats/aidl/vts/functional/ |
H A D | VtsHalStatsTargetTest.cpp | 46 VendorAtomValue tmp; in TEST_P() local 48 values.push_back(tmp); in TEST_P() 50 values.push_back(tmp); in TEST_P() 52 values.push_back(tmp); in TEST_P() 54 values.push_back(tmp); in TEST_P() 56 values.push_back(tmp); in TEST_P() 67 VendorAtomValue tmp; in TEST_P() local 69 values.push_back(tmp); in TEST_P() 71 values.push_back(tmp); in TEST_P() 88 VendorAtomValue tmp; in TEST_P() local [all …]
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | StatsHelper.cpp | 57 values[0] = tmp; in reportSpeakerImpedance() 59 values[1] = tmp; in reportSpeakerImpedance() 76 values[0] = tmp; in reportSpeakerHealthStat() 78 values[1] = tmp; in reportSpeakerHealthStat() 80 values[2] = tmp; in reportSpeakerHealthStat() 82 values[3] = tmp; in reportSpeakerHealthStat() 84 values[4] = tmp; in reportSpeakerHealthStat() 101 values[0] = tmp; in reportSlowIo() 103 values[1] = tmp; in reportSlowIo() 141 values[0] = tmp; in reportHardwareFailed() [all …]
|
H A D | MitigationStatsReporter.cpp | 68 VendorAtomValue tmp; in logMitigationStatsPerHour() local 98 tmp.set<VendorAtomValue::intValue>(last_cap.batoilo_cap); in logMitigationStatsPerHour() 100 tmp.set<VendorAtomValue::intValue>(last_cap.vdroop1_cap); in logMitigationStatsPerHour() 102 tmp.set<VendorAtomValue::intValue>(last_cap.vdroop2_cap); in logMitigationStatsPerHour() 104 tmp.set<VendorAtomValue::intValue>(last_cap.smpl_warn_cap); in logMitigationStatsPerHour() 106 tmp.set<VendorAtomValue::intValue>(last_cap.ocp_cpu1_cap); in logMitigationStatsPerHour() 108 tmp.set<VendorAtomValue::intValue>(last_cap.ocp_cpu2_cap); in logMitigationStatsPerHour() 110 tmp.set<VendorAtomValue::intValue>(last_cap.ocp_gpu_cap); in logMitigationStatsPerHour() 112 tmp.set<VendorAtomValue::intValue>(last_cap.ocp_tpu_cap); in logMitigationStatsPerHour() 118 tmp.set<VendorAtomValue::intValue>(last_cap.soft_ocp_gpu_cap); in logMitigationStatsPerHour() [all …]
|
/aosp12/frameworks/rs/perf-test-scripts/ |
H A D | timing | 221 echo "# temporary file" > plot.tmp 228 echo "set yrange [0.0:*]" >> plot.tmp 231 echo "set fit quiet" >> plot.tmp 233 echo "f(x) = a*x + b" >> plot.tmp 242 gnuplot -p plot.tmp 280 echo "# temporary file" > plot.tmp 290 echo "set fit quiet" >> plot.tmp 292 echo "f(x) = a*x + b" >> plot.tmp 301 gnuplot -p plot.tmp 308 rm -f plot.tmp [all …]
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_print.c | 215 len = snprintf(tmp, sizeof(tmp), "%lu", t); in ns_sprintrrf() 272 len = snprintf(tmp, sizeof(tmp), "%u ", t); in ns_sprintrrf() 290 len = snprintf(tmp, sizeof(tmp), "%u ", t); in ns_sprintrrf() 446 len = snprintf(tmp, sizeof(tmp), "%d ", n); in ns_sprintrrf() 477 len = snprintf(tmp, sizeof(tmp), "0x%04x %u %u", in ns_sprintrrf() 721 len = snprintf(tmp, sizeof(tmp), "%u ", t); in ns_sprintrrf() 756 len = snprintf(tmp, sizeof(tmp), "%u ", t); in ns_sprintrrf() 779 tmp[2] = tmp[3] = tmp[4] = '='; in ns_sprintrrf() 780 tmp[5] = tmp[6] = tmp[7] = '='; in ns_sprintrrf() 788 tmp[4] = tmp[5] = tmp[6] = tmp[7] = '='; in ns_sprintrrf() [all …]
|
/aosp12/system/extras/tools/ |
H A D | graph_lockdep_chains | 40 rm -f /tmp/${progname}.* 202 b loop' > /tmp/${progname}.formed 204 if [ ! -s /tmp/${progname}.formed ]; then 207 rm -f /tmp/${progname}.* 217 sort -u > /tmp/${progname}.symbols 251 fgrep -f /tmp/${progname}.symbols /tmp/${progname}.formed 257 cat /tmp/${progname}.formed 272 fgrep -v -f /tmp/${progname}.short /tmp/${progname}.split 273 rm -f /tmp/${progname}.short /tmp/${progname}.split 280 tee /tmp/${progname}.input | [all …]
|
/aosp12/hardware/qcom/gps/msm8909/utils/ |
H A D | linked_list.c | 145 if( tmp != NULL ) in linked_list_add() 201 free(tmp); in linked_list_remove() 254 p_list->p_head = tmp; in linked_list_flush() 291 while (NULL != tmp) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() 315 tmp->dealloc_func(tmp->data_ptr); in linked_list_search() 317 free(tmp); in linked_list_search() 320 tmp = NULL; in linked_list_search() [all …]
|
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/ |
H A D | linked_list.c | 143 if( tmp != NULL ) in linked_list_add() 198 free(tmp); in linked_list_remove() 251 p_list->p_head = tmp; in linked_list_flush() 287 while (NULL != tmp) { in linked_list_search() 297 tmp->prev->next = tmp->next; in linked_list_search() 303 tmp->next->prev = tmp->prev; in linked_list_search() 306 tmp->prev = tmp->next = NULL; in linked_list_search() 311 tmp->dealloc_func(tmp->data_ptr); in linked_list_search() 313 free(tmp); in linked_list_search() 316 tmp = NULL; in linked_list_search() [all …]
|
/aosp12/hardware/qcom/gps/msm8960/utils/ |
H A D | linked_list.c | 145 if( tmp != NULL ) in linked_list_add() 201 free(tmp); in linked_list_remove() 254 p_list->p_head = tmp; in linked_list_flush() 291 while (NULL != tmp) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() 315 tmp->dealloc_func(tmp->data_ptr); in linked_list_search() 317 free(tmp); in linked_list_search() 320 tmp = NULL; in linked_list_search() [all …]
|
/aosp12/hardware/qcom/gps/msm8994/utils/ |
H A D | linked_list.c | 145 if( tmp != NULL ) in linked_list_add() 201 free(tmp); in linked_list_remove() 254 p_list->p_head = tmp; in linked_list_flush() 291 while (NULL != tmp) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() 315 tmp->dealloc_func(tmp->data_ptr); in linked_list_search() 317 free(tmp); in linked_list_search() 320 tmp = NULL; in linked_list_search() [all …]
|
/aosp12/hardware/qcom/gps/msm8996/utils/ |
H A D | linked_list.c | 145 if( tmp != NULL ) in linked_list_add() 201 free(tmp); in linked_list_remove() 254 p_list->p_head = tmp; in linked_list_flush() 291 while (NULL != tmp) { in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() 315 tmp->dealloc_func(tmp->data_ptr); in linked_list_search() 317 free(tmp); in linked_list_search() 320 tmp = NULL; in linked_list_search() [all …]
|