HomeSort by relevance Sort by last modified time
    Searched defs:ofst (Results 1 - 15 of 15) sorted by null

  /external/libhevc/decoder/
ihevcd_nal.c 98 WORD32 ofst; local
103 ofst = -1;
107 while(ofst < (bytes_remaining - 1))
109 ofst++;
110 if(pu1_buf[ofst] != 0)
117 if((ofst < (bytes_remaining - 1)) &&
118 (pu1_buf[ofst + 1] == START_CODE_PREFIX_BYTE) &&
122 ofst++;
127 if((0 == start_code_found) && (ofst < bytes_remaining))
129 if((START_CODE_PREFIX_BYTE == pu1_buf[ofst]) &
    [all...]
ihevcd_parse_headers.c 212 WORD32 ofst; local
219 ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l0_cb[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom);
220 ofst = value - ofst + shift;
222 ps_wt_ofst->i2_chroma_offset_l0_cb[i] = CLIP_S8(ofst);
229 ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l0_cr[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom);
230 ofst = value - ofst + shift;
232 ps_wt_ofst->i2_chroma_offset_l0_cr[i] = CLIP_S8(ofst);
289 WORD32 ofst; local
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 63 uint32_t ofst = 0; local
72 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel))
82 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel))
92 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel + MAX_16_BIT_NUM))
101 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel + MAX_8_BIT_NUM))
111 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, 0))
121 ofst = 0;
126 ofst = 0;
  /external/libavc/common/
ih264_weighted_pred.c 186 /* ofst - offset value */
205 WORD32 ofst,
212 ofst = (WORD8)(ofst & 0xff);
219 WORD32 i_ofst = (1 << (log_wd - 1)) + (ofst << log_wd);
234 *pu1_dst = CLIP_U8(wt * (*pu1_src) + ofst);
260 /* ofst - offset values for u and v */
279 WORD32 ofst,
290 ofst_u = (WORD8)(ofst & 0xff);
291 ofst_v = (WORD8)(ofst >> 8)
381 WORD32 shft, ofst; local
    [all...]
  /external/libmpeg2/common/
ideint_utils.c 312 WORD32 ofst = i * (BLK_WD + 4) + 2; local
313 pu1_pad[ofst - 1] = pu1_pad[ofst];
314 pu1_pad[ofst - 2] = pu1_pad[ofst];
323 WORD32 ofst = i * (BLK_WD + 4) + 2 + blk_wd - 1; local
328 memset(&pu1_pad[ofst + 1], pu1_pad[ofst], size);
  /external/libavc/common/x86/
ih264_weighted_pred_sse42.c 365 /* ofst - offset value */
384 WORD32 ofst,
396 ofst = (WORD8)(ofst & 0xff);
400 ofst_8x16b = _mm_set1_epi16(ofst);
595 /* ofst - offset values for u and v */
614 WORD32 ofst,
625 ofst_u = (WORD8)(ofst & 0xff);
626 ofst_v = (WORD8)(ofst >> 8);
628 ofst = (ofst_u & 0xffff) | (ofst_v << 16)
837 WORD32 ofst; local
    [all...]
  /external/libavc/decoder/
ih264d_inter_pred.c 1289 WORD32 ofst = (WORD8)(u4_wt_ofst_y >> 16); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 1078 final int ofst = offset[idx] * nSegChOffst; \/\/ signal offset [segments] local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 156 unsigned ofst; local
160 ofst = State.AllocateStack(ArgFlags.getByValSize(),
162 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
176 ofst = State.AllocateStack(4, 4);
177 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
181 ofst = State.AllocateStack(8, 8);
182 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
187 ofst = State.AllocateStack(16, 16);
188 State.addLoc(CCValAssign::getMem(ValNo, ValVT, ofst, LocVT, LocInfo));
193 ofst = State.AllocateStack(32, 32)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-bfin.c 2348 bfd_vma ofst; local
    [all...]
elf32-frv.c 1526 bfd_vma ofst; local
    [all...]
  /external/sqlite/dist/orig/
shell.c 4005 static const struct { const char *zName; int ofst; } aField[] = { member in struct:__anon30057
4054 int ofst = aField[i].ofst; local
    [all...]
sqlite3.c 49254 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
169190 unsigned int cnt, ofst; local
    [all...]
  /external/sqlite/dist/
shell.c 4027 static const struct { const char *zName; int ofst; } aField[] = { member in struct:__anon30103
4076 int ofst = aField[i].ofst; local
    [all...]
sqlite3.c 49254 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
169202 unsigned int cnt, ofst; local
    [all...]

Completed in 2791 milliseconds