/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
D | cldutil.cc | 433 const uint8* usrc = reinterpret_cast<const uint8*>(src); in DoUniScoreV3() local 437 int len = kAdvanceOneChar[usrc[0]]; in DoUniScoreV3() 442 int propval = UTF8GenericPropertyBigOneByte(unigram_obj, &usrc, &usrclen); in DoUniScoreV3() 445 DbgUniTermToStderr(propval, usrc, len); in DoUniScoreV3() 451 if (FLAGS_dbgscore) {DbgScoreRecordUni((const char*)usrc, propval, len);} in DoUniScoreV3() 460 int n = kAdvanceOneChar[*usrc]; usrc += n; usrclen -= n; in DoUniScoreV3() 465 int n = kAdvanceOneChar[*usrc]; usrc += n; usrclen -= n; in DoUniScoreV3() 466 n = kAdvanceOneChar[*usrc]; usrc += n; usrclen -= n; in DoUniScoreV3() 467 n = kAdvanceOneChar[*usrc]; usrc += n; usrclen -= n; in DoUniScoreV3() 472 int n = kAdvanceOneChar[*usrc]; usrc += n; usrclen -= n; in DoUniScoreV3() [all …]
|
D | cldutil_dbg_empty.cc | 65 void DbgUniTermToStderr(int propval, const uint8* usrc, int len) {}; in DbgUniTermToStderr() argument
|
D | cldutil_dbg.h | 64 void DbgUniTermToStderr(int propval, const uint8* usrc, int len);
|
D | getonescriptspan.cc | 574 const uint8* usrc = reinterpret_cast<const uint8*>(src); in GetUTF8LetterScriptNum() local 575 return UTF8GenericProperty(&utf8propletterscriptnum_obj, &usrc, &srclen); in GetUTF8LetterScriptNum()
|
/external/webp/src/enc/ |
D | iterator.c | 132 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() local 140 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF, uv_w, uv_h, 8); in VP8IteratorImport() 153 it->u_left_[-1] = usrc[- 1 - pic->uv_stride]; in VP8IteratorImport() 157 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8); in VP8IteratorImport() 167 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8); in VP8IteratorImport() 189 const uint8_t* const usrc = it->yuv_out_ + U_OFF; in VP8IteratorExport() local 207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | iterator.c | 132 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorImport() local 140 ImportBlock(usrc, pic->uv_stride, it->yuv_in_ + U_OFF, uv_w, uv_h, 8); in VP8IteratorImport() 153 it->u_left_[-1] = usrc[- 1 - pic->uv_stride]; in VP8IteratorImport() 157 ImportLine(usrc - 1, pic->uv_stride, it->u_left_, uv_h, 8); in VP8IteratorImport() 167 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8); in VP8IteratorImport() 189 const uint8_t* const usrc = it->yuv_out_ + U_OFF; in VP8IteratorExport() local 207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pre… 65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *p… 97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned c…
|
D | encodemb_altivec.asm | 16 ;# r4 unsigned char *usrc
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pre… 65 extern void subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *p… 97 extern void vp8_subtract_mbuv_ppc(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned c…
|
D | encodemb_altivec.asm | 16 ;# r4 unsigned char *usrc
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/ |
D | subtract_neon.c | 99 unsigned char *usrc, in vp8_subtract_mbuv_neon() argument 113 src_ptr = usrc; in vp8_subtract_mbuv_neon()
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
D | 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/arm/armv6/ |
D | 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/x86/ |
D | subtract_mmx.asm | 149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc, 163 mov rsi, arg(1) ;usrc
|
D | 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/x86/ |
D | subtract_mmx.asm | 149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc, 163 mov rsi, arg(1) ;usrc
|
D | 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/arm/neon/ |
D | 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
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | encodemb.c | 44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv_c() argument 57 udiff[c] = usrc[c] - upred[c]; in vp8_subtract_mbuv_c() 62 usrc += src_stride; in vp8_subtract_mbuv_c()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemb.c | 44 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, in vp8_subtract_mbuv_c() argument 57 udiff[c] = usrc[c] - upred[c]; in vp8_subtract_mbuv_c() 62 usrc += src_stride; in vp8_subtract_mbuv_c()
|
/external/libvpx/armv7a-neon/ |
D | vp8_rtcd.h | 343 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, uns… 344 void vp8_subtract_mbuv_armv6(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride,… 345 void vp8_subtract_mbuv_neon(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, …
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/ |
D | vp8_rtcd.h | 379 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, uns… 380 void vp8_subtract_mbuv_armv6(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride,… 381 void vp8_subtract_mbuv_neon(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, … 382 RTCD_EXTERN void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, int sr…
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
D | vp8_rtcd.h | 379 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, uns… 380 void vp8_subtract_mbuv_armv6(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride,… 381 void vp8_subtract_mbuv_neon(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, …
|
/external/libvpx/x86/ |
D | vp8_rtcd.h | 394 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, uns… 395 void vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, u… 396 void vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, …
|
/external/libvpx/armv7a/ |
D | vp8_rtcd.h | 299 void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, uns… 300 void vp8_subtract_mbuv_armv6(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride,…
|