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((pu1_buf[ofst + 1] == START_CODE_PREFIX_BYTE) &&
121 ofst++;
128 if((START_CODE_PREFIX_BYTE == pu1_buf[ofst]) &&
132 ofst++;
135 /* Since ofst started at -1, increment it by 1 *
    [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/src/cpu/cortexm4f/
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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 217 #define COPY_STRUCT(dst, buf, ofst, sz) do {\
218 if(ofst + sizeof((*(dst))) > sz) goto bail;\
219 memcpy(dst, buf+ofst, sizeof((*(dst))));\
364 int parse_elf_symbol(elf_obj_t *elf, unsigned int ofst, Elf32_Sym *sym32, Elf64_Sym *sym64) {
366 COPY_STRUCT(sym32, elf->buf, ofst, elf->sz);
374 COPY_STRUCT(sym64, elf->buf, ofst, elf->sz);
389 unsigned int ofst; local
445 for (ofst = shdr.sh_offset;
446 ofst < shdr.sh_offset + shdr.sh_size;
447 ofst += shdr.sh_entsize)
    [all...]
  /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/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 1290 WORD32 ofst = (WORD8)(u4_wt_ofst_y >> 16); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 1003 final int ofst = offset[idx] * nSegChOffst; \/\/ signal offset [segments] local
    [all...]
  /external/sqlite/dist/orig/
shell.c 2537 static const struct { const char *zName; int ofst; } aField[] = { member in struct:__anon23298
2586 int ofst = aField[i].ofst; local
    [all...]
sqlite3.c 45312 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
159268 unsigned int cnt, ofst; local
    [all...]
  /external/sqlite/dist/
shell.c 2559 static const struct { const char *zName; int ofst; } aField[] = { member in struct:__anon23338
2608 int ofst = aField[i].ofst; local
    [all...]
sqlite3.c 45330 i64 ofst = (pgno-1)*(i64)pPager->pageSize; local
159298 unsigned int cnt, ofst; local
    [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...]

Completed in 1191 milliseconds