HomeSort by relevance Sort by last modified time
    Searched refs:i_temp (Results 1 - 10 of 10) sorted by null

  /external/clang/test/CodeGen/
mips-constraint-regs.c 24 int i_temp = 44; local
29 : "r" (i_temp)
  /external/libavc/decoder/
ih264d_process_pslice.c 829 WORD32 i_temp; local
    [all...]
ih264d_parse_bslice.c 830 WORD32 i_temp; local
1359 WORD32 i_temp; local
    [all...]
ih264d_parse_headers.c 200 WORD32 i_temp; local
281 i_temp = 26 + ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
283 if((i_temp < 0) || (i_temp > 51))
286 ps_pps->u1_pic_init_qp = i_temp;
289 i_temp = 26 + ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
291 if((i_temp < 0) || (i_temp > 51))
294 ps_pps->u1_pic_init_qs = i_temp;
297 i_temp = ih264d_sev(pu4_bitstrm_ofst, pu4_bitstrm_buf)
    [all...]
ih264d_parse_islice.c 1377 WORD32 i_temp; local
    [all...]
ih264d_parse_pslice.c 361 WORD32 i_temp; local
385 i_temp = (-(WORD32)u4_abs_val);
387 i_temp = (u4_abs_val);
389 if((i_temp < -26) || (i_temp > 25))
393 COPYTHECONTEXT("mb_qp_delta", i_temp);
394 if(i_temp)
396 ret = ih264d_update_qp(ps_dec, (WORD8)i_temp);
1926 WORD32 i_temp; local
    [all...]
ih264d_dpb_mgr.c 728 WORD32 i_temp; local
755 i_temp = u2_pred_frame_num - ui_nextUev;
756 if(i_temp < 0)
757 i_temp += ui_max_frame_num;
762 i_temp = u2_pred_frame_num + ui_nextUev;
763 if(i_temp >= ui_max_frame_num)
764 i_temp -= ui_max_frame_num;
768 if(i_temp > u4_cur_pic_num)
769 i_temp = i_temp - ui_max_frame_num
    [all...]
ih264d_utils.c 1435 WORD32 i_temp; local
    [all...]
ih264d_parse_slice.c 1022 WORD32 i_temp; local
    [all...]
  /external/webrtc/webrtc/base/
httpclient.cc 117 size_t i_temp; local
119 && HttpStringToUInt(s_temp, (&i_temp))) {
120 u_temp = static_cast<time_t>(i_temp);

Completed in 419 milliseconds