/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 323 static void predict_and_reconstruct_intra_block(TileWorkerData *twd, in predict_and_reconstruct_intra_block() argument 327 MACROBLOCKD *const xd = &twd->xd; in predict_and_reconstruct_intra_block() 345 const int eob = vp9_decode_block_tokens(twd, plane, sc, col, row, tx_size, in predict_and_reconstruct_intra_block() 354 static int reconstruct_inter_block(TileWorkerData *twd, MODE_INFO *const mi, in reconstruct_inter_block() argument 357 MACROBLOCKD *const xd = &twd->xd; in reconstruct_inter_block() 360 const int eob = vp9_decode_block_tokens(twd, plane, sc, col, row, tx_size, in reconstruct_inter_block() 747 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block() argument 755 vpx_reader *r = &twd->bit_reader; in decode_block() 756 MACROBLOCKD *const xd = &twd->xd; in decode_block() 769 vp9_read_mode_info(twd, pbi, mi_row, mi_col, x_mis, y_mis); in decode_block() [all …]
|
D | vp9_decodemv.h | 22 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,
|
D | vp9_detokenize.h | 22 int vp9_decode_block_tokens(TileWorkerData *twd, int plane,
|
D | vp9_detokenize.c | 233 int vp9_decode_block_tokens(TileWorkerData *twd, int plane, in vp9_decode_block_tokens() argument 236 vpx_reader *r = &twd->bit_reader; in vp9_decode_block_tokens() 237 MACROBLOCKD *xd = &twd->xd; in vp9_decode_block_tokens()
|
D | vp9_decodemv.c | 810 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in vp9_read_mode_info() argument 812 vpx_reader *r = &twd->bit_reader; in vp9_read_mode_info() 813 MACROBLOCKD *const xd = &twd->xd; in vp9_read_mode_info()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-throw.cpp | 100 void j(TemplateWithDefault &twd) { in j() argument 101 throw twd; in j()
|
/external/aac/libFDK/src/ |
D | dct.cpp | 454 FIXP_STP twd = sin_twiddle[idx]; in dct_IV() local 455 cplxMultDiv2(&accu3, &accu4, accu1, accu2, twd); in dct_IV() 462 cplxMultDiv2(&accu3, &accu4, pDat_0[1], pDat_0[0], twd); in dct_IV() 565 FIXP_STP twd = sin_twiddle[idx]; in dst_IV() local 567 cplxMultDiv2(&accu3, &accu4, accu1, accu2, twd); in dst_IV() 574 cplxMultDiv2(&accu3, &accu4, pDat_0[1], pDat_0[0], twd); in dst_IV()
|
/external/clang/test/CodeGen/ |
D | 2003-11-27-UnionCtorInitialization.c | 5 long twd; member
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 98 out->float_save.tag_word = fpregs.twd; in FillCPUContext() 110 U16(out->extended_registers + 4, fpregs.twd); in FillCPUContext()
|
/external/valgrind/include/vki/ |
D | vki-amd64-linux.h | 182 __vki_u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member 500 unsigned short twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member
|
D | vki-x86-linux.h | 580 long twd; member 591 unsigned short twd; member
|
/external/google-breakpad/src/common/android/ |
D | breakpad_getcontext_unittest.cc | 150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd), in TEST()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | sigcontext.h | 153 __u16 twd; member
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 412 twd{""}
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 276 thread->fpregs.twd = rawregs->float_save.tag_word; in ParseThreadRegisters() 286 thread->fpxregs.twd = rawregs->float_save.tag_word; in ParseThreadRegisters()
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 839 application/vnd.SimTech-MindMapper twd twds
|