HomeSort by relevance Sort by last modified time
    Searched refs:usrc (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc 433 const uint8* usrc = reinterpret_cast<const uint8*>(src); local
437 int len = kAdvanceOneChar[usrc[0]];
442 int propval = UTF8GenericPropertyBigOneByte(unigram_obj, &usrc, &usrclen);
445 DbgUniTermToStderr(propval, usrc, len);
451 if (FLAGS_dbgscore) {DbgScoreRecordUni((const char*)usrc, propval, len);}
460 int n = kAdvanceOneChar[*usrc]; usrc += n; usrclen -= n;
465 int n = kAdvanceOneChar[*usrc]; usrc += n; usrclen -= n;
466 n = kAdvanceOneChar[*usrc]; usrc += n; usrclen -= n
509 const uint8* usrc = reinterpret_cast<const uint8*>(src); local
    [all...]
cldutil_dbg.h 64 void DbgUniTermToStderr(int propval, const uint8* usrc, int len);
cldutil_dbg_empty.cc 65 void DbgUniTermToStderr(int propval, const uint8* usrc, int len) {};
getonescriptspan.cc 574 const uint8* usrc = reinterpret_cast<const uint8*>(src); local
575 return UTF8GenericProperty(&utf8propletterscriptnum_obj, &usrc, &srclen);
  /system/media/audio_utils/
primitives.c 308 const uint8_t *usrc = (const uint8_t*)src; local
310 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0);
314 const uint16_t *usrc = (const uint16_t*)src; local
316 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0);
320 const uint8x3_t *usrc = (const uint8x3_t*)src; local
323 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, zero);
327 const uint32_t *usrc = (const uint32_t*)src; local
329 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0);
363 const uint8_t *usrc = (const uint8_t*)src; local
365 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0)
369 const uint16_t *usrc = (const uint16_t*)src; local
375 const uint8x3_t *usrc = (const uint8x3_t*)src; local
382 const uint32_t *usrc = (const uint32_t*)src; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
csystemdependent.c 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride);
  /external/chromium_org/third_party/libwebp/enc/
iterator.c 132 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; local
140 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF, uv_w, uv_h, 8);
153 it->u_left_[-1] = usrc[- 1 - pic->uv_stride];
157 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8);
167 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8);
189 const uint8_t* const usrc = it->yuv_out_ + U_OFF; local
207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
  /external/webp/src/enc/
iterator.c 132 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; local
140 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF, uv_w, uv_h, 8);
153 it->u_left_[-1] = usrc[- 1 - pic->uv_stride];
157 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8);
167 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8);
189 const uint8_t* const usrc = it->yuv_out_ + U_OFF; local
207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
vp8_subtract_armv6.asm 73 ; r1 unsigned char *usrc
90 ldr r6, [r1] ; usrc (A)
101 ldr r10, [r1, #4] ; usrc (B)
118 add r1, r1, r3 ; update usrc pointer
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_subtract_armv6.asm 73 ; r1 unsigned char *usrc
90 ldr r6, [r1] ; usrc (A)
101 ldr r10, [r1, #4] ; usrc (B)
118 add r1, r1, r3 ; update usrc pointer
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_subtract_armv6.asm 73 ; r1 unsigned char *usrc
90 ldr r6, [r1] ; usrc (A)
101 ldr r10, [r1, #4] ; usrc (B)
118 add r1, r1, r3 ; update usrc pointer
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
subtract_mmx.asm 149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
163 mov rsi, arg(1) ;usrc
subtract_sse2.asm 146 ;vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc,
161 mov rsi, arg(1) ;usrc
  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_mmx.asm 149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
163 mov rsi, arg(1) ;usrc
subtract_sse2.asm 146 ;vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc,
161 mov rsi, arg(1) ;usrc
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
subtract_mmx.asm 149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
163 mov rsi, arg(1) ;usrc
subtract_sse2.asm 146 ;vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc,
161 mov rsi, arg(1) ;usrc
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemb.c 44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
57 udiff[c] = usrc[c] - upred[c];
62 usrc += src_stride;
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
57 udiff[c] = usrc[c] - upred[c];
62 usrc += src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.c 44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
57 udiff[c] = usrc[c] - upred[c];
62 usrc += src_stride;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 112 ;void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
128 vld1.8 {d0}, [r1], r3 ;load usrc
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 109 ;void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
123 vld1.8 {d0}, [r1], r3 ;load usrc
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 109 ;void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
123 vld1.8 {d0}, [r1], r3 ;load usrc

Completed in 422 milliseconds

1 2 3