Home
last modified time | relevance | path

Searched refs:BLOCKD (Results 1 – 25 of 30) sorted by relevance

12

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.h49 BLOCKD *d,
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
74 BLOCKD *d,
87 BLOCKD *d,
100 BLOCKD *d,
Dencodemb.h22 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch);
Dblock.h164 void (*quantize_b)(BLOCK *b, BLOCKD *d);
Dmcomp.c207 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_sub_pixel_step_iteratively()
365 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_sub_pixel_step()
676 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_half_pixel_step()
857 BLOCKD *d, in vp8_hex_search()
1050 BLOCKD *d, in vp8_diamond_search_sad_c()
1174 BLOCKD *d, in vp8_diamond_search_sadx4()
1337 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c()
1432 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx3()
1565 int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx8()
1729 int vp8_refining_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_refining_search_sad_c()
[all …]
Dencodemb.c23 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch) { in vp8_subtract_b()
180 BLOCKD *d; in optimize_b()
418 BLOCKD *bd = &x->block[24]; in check_reset_2nd_coeffs()
Drdopt.c427 BLOCKD *bd; in vp8_mbblock_error_c()
454 BLOCKD *bd; in vp8_mbuverror_c()
522 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) in cost_coeffs()
583 BLOCKD *const x_y2 = x->block + 24; in macro_block_yrd()
633 BLOCKD *b, in rd_pick_intra4x4block()
974 BLOCKD *const d = xd->block + i; in labels2mode()
1064 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_encode_inter_mb_segment()
1194 BLOCKD *e; in rd_check_segment()
1495 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_rd_pick_best_mbsegmentation()
1949 BLOCKD *d = &x->e_mbd.block[0]; in vp8_rd_pick_inter_mode()
Dencodeintra.c56 BLOCKD *b = &x->e_mbd.block[ib]; in vp8_encode_intra4x4block()
Dpickinter.c170 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, in vp8_skip_fractional_mv_step()
199 BLOCKD *d = &mb->e_mbd.block[0]; in vp8_get_inter_mbpred_error()
221 static int get_prediction_error(BLOCK *be, BLOCKD *b) in get_prediction_error()
242 BLOCKD *b = &x->e_mbd.block[ib]; in pick_intra4x4block()
682 BLOCKD *d = &x->e_mbd.block[0]; in vp8_pick_inter_mode()
Dtokenize.c114 const BLOCKD *b; in tokenize2nd_order_b()
201 const BLOCKD *b; in tokenize1st_order_b()
Dvp8_quantize.c19 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_c()
52 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_regular_quantize_b_c()
/external/libvpx/libvpx/vp8/common/
Dreconinter.c83 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp… in vp8_build_inter_predictors_b()
108 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride,… in build_inter_predictors4b()
123 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride,… in build_inter_predictors2b()
138 static void build_inter_predictors_b(BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *… in build_inter_predictors_b()
242 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv()
243 BLOCKD *d1 = &x->block[i+1]; in vp8_build_inter4x4_predictors_mbuv()
257 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv()
258 BLOCKD *d1 = &x->block[i+1]; in vp8_build_inter4x4_predictors_mbuv()
400 BLOCKD *b; in build_inter4x4_predictors_mb()
428 BLOCKD *d0 = &x->block[i]; in build_inter4x4_predictors_mb()
[all …]
Dblockd.h211 } BLOCKD; typedef
228 BLOCKD block[25];
Dreconinter.h31 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch,
Ddequantize.c17 void vp8_dequantize_b_c(BLOCKD *d, short *DQC) in vp8_dequantize_b_c()
/external/libvpx/libvpx/vp8/common/arm/
Ddequantize_arm.c18 void vp8_dequantize_b_v6(BLOCKD *d, short *DQC) in vp8_dequantize_b_v6()
/external/libvpx/libvpx/vp8/common/arm/neon/
Ddequantizeb_neon.c15 void vp8_dequantize_b_neon(BLOCKD *d, short *DQC) { in vp8_dequantize_b_neon()
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_mmx.c28 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_mmx()
Dvp8_quantize_sse2.c35 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d) in vp8_regular_quantize_b_sse2()
145 void vp8_fast_quantize_b_sse2(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_sse2()
Dquantize_ssse3.c42 void vp8_fast_quantize_b_ssse3(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_ssse3()
Dquantize_sse4.c32 void vp8_regular_quantize_b_sse4_1(BLOCK *b, BLOCKD *d) { in vp8_regular_quantize_b_sse4_1()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c46 BLOCKD *bd; in vp8_mbblock_error_msa()
115 BLOCKD *bd; in vp8_mbuverror_msa()
Dquantize_msa.c214 void vp8_fast_quantize_b_msa(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_msa()
228 void vp8_regular_quantize_b_msa(BLOCK *b, BLOCKD *d) in vp8_regular_quantize_b_msa()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c21 void vp8_fast_quantize_b_neon(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_neon()
/external/libvpx/libvpx/vp8/common/x86/
Didct_blk_mmx.c18 void vp8_dequantize_b_mmx(BLOCKD *d, short *DQC) in vp8_dequantize_b_mmx()
/external/libvpx/libvpx/test/
Dquantize_test.cc34 typedef void (*VP8Quantize)(BLOCK *b, BLOCKD *d);

12