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

  /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...]
ih264_weighted_pred.h 86 WORD32 ofst,
  /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/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...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 639 final int ofst = offset[idx] * nSegChOffst; local
641 if (ch <= effProcNch && ofst < totSeg) {
654 nrgSeg = Math.min(totSeg, (2 * nSegPerBlk) + ofst) - ofst;
660 nrgSegEnd = ofst + nrgSeg;
663 double minNrg = nrg[idx][ofst]; // channels minimum segment energy
664 double maxNrg = nrg[idx][ofst]; // channels maximum segment energy
667 for (int seg = ofst + 1; seg < nrgSegEnd; seg++) {
716 for (int seg = ofst; seg < nrgSegEnd; seg++) {
    [all...]
DecoderTest.java 1278 final int ofst = offset[idx] * nSegChOffst; \/\/ signal offset [segments] local
    [all...]
  /external/libavc/common/arm/
ih264_weighted_pred_a9q.s 71 @* @param[in] ofst
94 @ WORD32 ofst,
105 @ [sp+8] => ofst (r6)
119 ldr r6, [sp, #36] @Load ofst
126 vdup.8 d3, r6 @D3 = ofst (8-bit)
301 @* @param[in] ofst
324 @ WORD32 ofst,
335 @ [sp+8] => ofst (r6)
349 ldr r6, [sp, #36] @Load ofst = {ofst_u (8-bit), ofst_v (8-bit)}
ih264_weighted_bi_pred_a9q.s 160 asr r9, r9, #1 @r9 = ofst = (ofst1 + ofst2 + 1) >> 1
161 vdup.8 d3, r9 @D3 = ofst (8-bit)
  /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...]
  /external/libavc/decoder/
ih264d_inter_pred.c 1289 WORD32 ofst = (WORD8)(u4_wt_ofst_y >> 16); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 50381 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
173268 unsigned int cnt, ofst; local
    [all...]
shell.c 11059 static const struct { const char *zName; int ofst; } aField[] = { member in struct:__anon35156
11112 int ofst = aField[i].ofst; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 50381 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
173280 unsigned int cnt, ofst; local
    [all...]
shell.c 11082 static const struct { const char *zName; int ofst; } aField[] = { member in struct:__anon35202
11135 int ofst = aField[i].ofst; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-bfin.c 2347 bfd_vma ofst; local
    [all...]
elf32-frv.c 1526 bfd_vma ofst; local
    [all...]

Completed in 1256 milliseconds