Home
last modified time | relevance | path

Searched defs:bd (Results 1 – 25 of 114) sorted by relevance

12345

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h45 int bd) { in highbd_check_range()
63 int bd) { in highbd_dct_const_round_shift()
86 #define WRAPLOW(x, bd) ((((int32_t)(x)) << (24 - bd)) >> (24 - bd)) argument
88 #define WRAPLOW(x, bd) ((int32_t)(x)) argument
109 int bd) { in highbd_clip_pixel_add()
Dinv_txfm.c1241 int stride, int bd) { in vpx_highbd_iwht4x4_16_add_c()
1295 int dest_stride, int bd) { in vpx_highbd_iwht4x4_1_add_c()
1327 void vpx_highbd_idct4_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_idct4_c()
1349 int stride, int bd) { in vpx_highbd_idct4x4_16_add_c()
1376 int dest_stride, int bd) { in vpx_highbd_idct4x4_1_add_c()
1395 void vpx_highbd_idct8_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_idct8_c()
1441 int stride, int bd) { in vpx_highbd_idct8x8_64_add_c()
1468 int stride, int bd) { in vpx_highbd_idct8x8_1_add_c()
1483 void vpx_highbd_iadst4_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst4_c()
1521 void vpx_highbd_iadst8_c(const tran_low_t *input, tran_low_t *output, int bd) { in vpx_highbd_iadst8_c()
[all …]
Dloopfilter.c22 static INLINE int16_t signed_char_clamp_high(int t, int bd) { in signed_char_clamp_high()
362 uint16_t q2, uint16_t q3, int bd) { in highbd_filter_mask()
380 uint16_t q2, uint16_t q3, int bd) { in highbd_flat_mask4()
397 uint16_t q3, uint16_t q4, int bd) { in highbd_flat_mask5()
408 uint16_t q0, uint16_t q1, int bd) { in highbd_hev_mask()
418 int bd) { in highbd_filter4()
453 const uint8_t *thresh, int count, int bd) { in vpx_highbd_lpf_horizontal_4_c()
481 int bd) { in vpx_highbd_lpf_horizontal_4_dual_c()
488 int count, int bd) { in vpx_highbd_lpf_vertical_4_c()
510 int bd) { in vpx_highbd_lpf_vertical_4_dual_c()
[all …]
Dintrapred.c501 const uint16_t *left, int bd) { in highbd_d207_predictor()
533 const uint16_t *left, int bd) { in highbd_d207e_predictor()
550 const uint16_t *left, int bd) { in highbd_d63_predictor()
568 const uint16_t *left, int bd) { in highbd_d45_predictor()
584 const uint16_t *left, int bd) { in highbd_d45e_predictor()
599 const uint16_t *left, int bd) { in highbd_d117_predictor()
629 const uint16_t *left, int bd) { in highbd_d135_predictor()
650 const uint16_t *left, int bd) { in highbd_d153_predictor()
677 const uint16_t *left, int bd) { in highbd_v_predictor()
689 const uint16_t *left, int bd) { in highbd_h_predictor()
[all …]
Dvpx_convolve.c344 int w, int h, int bd) { in highbd_convolve_horiz()
369 int w, int h, int bd) { in highbd_convolve_avg_horiz()
395 int bd) { in highbd_convolve_vert()
421 int bd) { in highbd_convolve_avg_vert()
449 int w, int h, int bd) { in highbd_convolve()
485 int w, int h, int bd) { in vpx_highbd_convolve8_horiz_c()
499 int w, int h, int bd) { in vpx_highbd_convolve8_avg_horiz_c()
513 int w, int h, int bd) { in vpx_highbd_convolve8_vert_c()
527 int w, int h, int bd) { in vpx_highbd_convolve8_avg_vert_c()
541 int w, int h, int bd) { in vpx_highbd_convolve8_c()
[all …]
Dssim.c99 int rp, unsigned int bd) { in highbd_ssim_8x8()
139 int height, unsigned int bd) { in vpx_highbd_ssim2()
458 double *weight, unsigned int bd) { in vpx_highbd_calc_ssim()
483 double *ssim_u, double *ssim_v, unsigned int bd) { in vpx_highbd_calc_ssimg()
Dvpx_dsp_common.h53 static INLINE uint16_t clip_pixel_highbd(int val, int bd) { in clip_pixel_highbd()
Dsubtract.c40 int bd) { in vpx_highbd_subtract_block_c()
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c210 int stride, int tx_type, int bd) { in vp9_highbd_iht4x4_16_add_c()
251 int stride, int tx_type, int bd) { in vp9_highbd_iht8x8_64_add_c()
286 int stride, int tx_type, int bd) { in vp9_highbd_iht16x16_256_add_c()
315 int eob, int bd) { in vp9_highbd_idct4x4_add()
324 int eob, int bd) { in vp9_highbd_iwht4x4_add()
332 int eob, int bd) { in vp9_highbd_idct8x8_add()
351 int stride, int eob, int bd) { in vp9_highbd_idct16x16_add()
365 int stride, int eob, int bd) { in vp9_highbd_idct32x32_add()
378 uint8_t *dest, int stride, int eob, int bd) { in vp9_highbd_iht4x4_add()
386 uint8_t *dest, int stride, int eob, int bd) { in vp9_highbd_iht8x8_add()
[all …]
/external/toybox/toys/other/
Dbzcat.c110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits()
161 static int read_block_header(struct bunzip_data *bd, struct bwdata *bw) in read_block_header()
319 static int read_huffman_data(struct bunzip_data *bd, struct bwdata *bw) in read_huffman_data()
441 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf()
450 static void burrows_wheeler_prep(struct bunzip_data *bd, struct bwdata *bw) in burrows_wheeler_prep()
494 static int read_bunzip_data(struct bunzip_data *bd) in read_bunzip_data()
513 static int write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, in write_bunzip_data()
608 struct bunzip_data *bd; in start_bunzip() local
646 struct bunzip_data *bd; in bunzipStream() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c17 static INLINE __m128i signed_char_clamp_bd_sse2(__m128i value, int bd) { in signed_char_clamp_bd_sse2()
59 int bd) { in highbd_mb_lpf_horizontal_edge_w_sse2_8()
504 int bd) { in highbd_mb_lpf_horizontal_edge_w_sse2_16()
515 int count, int bd) { in vpx_highbd_lpf_horizontal_16_sse2()
526 int count, int bd) { in vpx_highbd_lpf_horizontal_8_sse2()
766 int bd) { in vpx_highbd_lpf_horizontal_8_dual_sse2()
776 int count, int bd) { in vpx_highbd_lpf_horizontal_4_sse2()
946 int bd) { in vpx_highbd_lpf_horizontal_4_dual_sse2()
1061 int count, int bd) { in vpx_highbd_lpf_vertical_4_sse2()
1091 int bd) { in vpx_highbd_lpf_vertical_4_dual_sse2()
[all …]
/external/fio/engines/
Dbinject.c35 static void binject_buc_init(struct binject_data *bd, struct io_u *io_u) in binject_buc_init()
97 struct binject_data *bd = td->io_ops->data; in fio_binject_getevents() local
188 struct binject_data *bd = td->io_ops->data; in fio_binject_prep() local
237 struct binject_data *bd = td->io_ops->data; in fio_binject_event() local
379 struct binject_data *bd = td->io_ops->data; in fio_binject_cleanup() local
392 struct binject_data *bd; in fio_binject_init() local
/external/libvpx/libvpx/test/
Dlpf_8_test.cc62 int count, int bd) { in wrapper_vertical_16_sse2()
68 int count, int bd) { in wrapper_vertical_16_c()
74 int count, int bd) { in wrapper_vertical_16_dual_sse2()
80 int count, int bd) { in wrapper_vertical_16_dual_c()
198 int32_t bd = bit_depth_; in TEST_P() local
283 const int32_t bd = bit_depth_; in TEST_P() local
354 const int32_t bd = bit_depth_; in TEST_P() local
503 const int32_t bd = bit_depth_; in TEST_P() local
/external/dbus/dbus/
Ddbus-bus.c328 BusData *bd = data; in bus_data_free() local
359 BusData *bd; in ensure_bus_data() local
431 BusData *bd; in internal_bus_get() local
653 BusData *bd; in dbus_bus_register() local
766 BusData *bd; in dbus_bus_set_unique_name() local
810 BusData *bd; in dbus_bus_get_unique_name() local
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp63 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList()
123 ReduceCrashingGlobalVariables(BugDriver &bd, in ReduceCrashingGlobalVariables()
192 ReduceCrashingFunctions(BugDriver &bd, in ReduceCrashingFunctions()
328 ReduceCrashingBlocks(BugDriver &bd, in ReduceCrashingBlocks()
437 ReduceCrashingInstructions(BugDriver &bd, in ReduceCrashingInstructions()
514 ReduceCrashingNamedMD(BugDriver &bd, in ReduceCrashingNamedMD()
582 ReduceCrashingNamedMDOps(BugDriver &bd, in ReduceCrashingNamedMDOps()
/external/freetype/src/gzip/
Dinfblock.c156 uInt bl, bd; in inflate_blocks() local
308 uInt bl, bd; in inflate_blocks() local
Dinftrees.c332 uIntf *bd, /* distance desired/actual bit depth */ in inflate_trees_dynamic()
411 uIntf *bd, /* distance desired/actual bit depth */ in inflate_trees_fixed()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c542 uint16_t *output, int outlength, int bd) { in highbd_interpolate()
626 uint16_t *output, int bd) { in highbd_down2_symeven()
682 uint16_t *output, int bd) { in highbd_down2_symodd()
741 int bd) { in highbd_resize_multistep()
813 int bd) { in vp9_highbd_resize_plane()
890 int oheight, int owidth, int bd) { in vp9_highbd_resize_frame420()
905 int oheight, int owidth, int bd) { in vp9_highbd_resize_frame422()
920 int oheight, int owidth, int bd) { in vp9_highbd_resize_frame444()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c46 BLOCKD *bd; in vp8_mbblock_error_msa() local
115 BLOCKD *bd; in vp8_mbuverror_msa() local
/external/v8/src/
Ddiy-fp.cc25 uint64_t bd = b * d; in Multiply() local
/external/compiler-rt/lib/builtins/
Dmultc3.c24 long double bd = b * d; in __multc3() local
/external/icu/icu4c/source/common/
Dubidi.c672 bracketInit(UBiDi *pBiDi, BracketData *bd) { in bracketInit()
693 bracketProcessB(BracketData *bd, UBiDiLevel level) { in bracketProcessB()
703 bracketProcessBoundary(BracketData *bd, int32_t lastCcPos, in bracketProcessBoundary()
719 bracketProcessLRI_RLI(BracketData *bd, UBiDiLevel level) { in bracketProcessLRI_RLI()
734 bracketProcessPDI(BracketData *bd) { in bracketProcessPDI()
743 bracketAddOpening(BracketData *bd, UChar match, int32_t position) { in bracketAddOpening()
768 fixN0c(BracketData *bd, int32_t openingIndex, int32_t newPropPosition, DirProp newProp) { in fixN0c()
795 bracketProcessClosing(BracketData *bd, int32_t openIdx, int32_t position) { in bracketProcessClosing()
873 bracketProcessChar(BracketData *bd, int32_t position) { in bracketProcessChar()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_live_variables.h78 struct block_data *bd; variable
/external/clang/test/CXX/special/class.inhctor/
Delsewhere.cpp40 B<double> bd; // expected-note {{here}} variable
/external/v8/src/mips/
Dmacro-assembler-mips.cc1423 FPURegister cmp2, BranchDelaySlot bd) { in BranchFCommon()
1493 FPURegister cmp2, BranchDelaySlot bd) { in BranchShortF()
2916 BranchDelaySlot bd) { in Jump()
2936 BranchDelaySlot bd) { in Jump()
2954 BranchDelaySlot bd) { in Jump()
2965 BranchDelaySlot bd) { in Jump()
2976 BranchDelaySlot bd) { in CallSize()
2997 BranchDelaySlot bd) { in Call()
3028 BranchDelaySlot bd) { in CallSize()
3039 BranchDelaySlot bd) { in Call()
[all …]

12345