Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 19 of 19) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsubtract_test.cc21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd; in TEST_P() local
49 bd.predictor = reinterpret_cast<unsigned char*>( in TEST_P()
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor))); in TEST_P()
77 uint8_t *predictor = bd.predictor; in TEST_P()
85 REGISTER_STATE_CHECK(GetParam()(&be, &bd, kDiffPredStride)); in TEST_P()
89 predictor = bd.predictor; in TEST_P()
102 vpx_free(bd.predictor); in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_sse2() argument
41 unsigned char *predictor = &bd->predictor[0]; in vp8_subtract_b_sse2()
Dvp8_enc_stubs_mmx.c71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_mmx() argument
76 unsigned char *predictor = &bd->predictor[0]; in vp8_subtract_b_mmx()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemb.c22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_c() argument
26 unsigned char *pred_ptr = bd->predictor; in vp8_subtract_b_c()
473 BLOCKD *bd = &x->block[24]; in check_reset_2nd_coeffs() local
475 if(bd->dequant[0]>=35 && bd->dequant[1]>=35) in check_reset_2nd_coeffs()
478 for(i=0;i<(*bd->eob);i++) in check_reset_2nd_coeffs()
480 int coef = bd->dqcoeff[vp8_default_zig_zag1d[i]]; in check_reset_2nd_coeffs()
495 for(i=0;i<(*bd->eob);i++) in check_reset_2nd_coeffs()
498 bd->qcoeff[rc]=0; in check_reset_2nd_coeffs()
499 bd->dqcoeff[rc]=0; in check_reset_2nd_coeffs()
501 *bd->eob = 0; in check_reset_2nd_coeffs()
[all …]
Drdopt.c426 BLOCKD *bd; in vp8_mbblock_error_c() local
433 bd = &mb->e_mbd.block[i]; in vp8_mbblock_error_c()
439 int this_diff = be->coeff[j] - bd->dqcoeff[j]; in vp8_mbblock_error_c()
453 BLOCKD *bd; in vp8_mbuverror_c() local
462 bd = &mb->e_mbd.block[i]; in vp8_mbuverror_c()
464 error += vp8_block_error_c(be->coeff, bd->dqcoeff); in vp8_mbuverror_c()
1062 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_encode_inter_mb_segment() local
1065 vp8_build_inter_predictors_b(bd, 16, base_pre, pre_stride, x->e_mbd.subpixel_predict); in vp8_encode_inter_mb_segment()
1066 vp8_subtract_b(be, bd, 16); in vp8_encode_inter_mb_segment()
1068 x->quantize_b(be, bd); in vp8_encode_inter_mb_segment()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1642 bcm_format_field(const bcm_bit_desc_ex_t *bd, uint32 flags, char* buf, int len) in bcm_format_field() argument
1647 mask = bd->mask; in bcm_format_field()
1653 for (i = 0; (name = bd->bitfield[i].name) != NULL; i++) { in bcm_format_field()
1654 bit = bd->bitfield[i].bit; in bcm_format_field()
1667 bcm_format_flags(const bcm_bit_desc_t *bd, uint32 flags, char* buf, int len) in bcm_format_flags() argument
1682 bit = bd[i].bit; in bcm_format_flags()
1683 name = bd[i].name; in bcm_format_flags()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h358 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
359 void vp8_subtract_b_armv6(struct block *be, struct blockd *bd, int pitch);
360 void vp8_subtract_b_neon(struct block *be, struct blockd *bd, int pitch);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h308 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
309 void vp8_subtract_b_armv6(struct block *be, struct blockd *bd, int pitch);
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/
Dmain.css196 #bd {
460 #bd.loading .apidocs,
466 #bd.loading .apidocs .content,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dsubtract_neon.asm23 ;void vp8_subtract_b_neon(BLOCK *be, BLOCKD *bd, int pitch)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Drtcd_defs.pl490 add_proto qw/void vp8_subtract_b/, "struct block *be, struct blockd *bd, int pitch";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h423 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
424 void vp8_subtract_b_mmx(struct block *be, struct blockd *bd, int pitch);
425 void vp8_subtract_b_sse2(struct block *be, struct blockd *bd, int pitch);
426 RTCD_EXTERN void (*vp8_subtract_b)(struct block *be, struct blockd *bd, int pitch);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h793 extern int bcm_format_field(const bcm_bit_desc_ex_t *bd, uint32 field, char* buf, int len);
795 extern int bcm_format_flags(const bcm_bit_desc_t *bd, uint32 flags, char* buf, int len);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h268 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h268 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h286 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
Dvp8_subtract_armv6.asm25 ; r1 BLOCKD *bd
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c1718 int64_t bd = 0, block_sse = 0; in rd_check_segment_txsize() local
2057 bd += bsi->rdstat[i][mode_idx].bdist; in rd_check_segment_txsize()
2074 bsi->d = bd; in rd_check_segment_txsize()