Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.h36 int vp8_hex_search(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv,
41 typedef int(fractional_mv_step_fp)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
53 typedef int (*vp8_full_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
58 typedef int (*vp8_refining_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
64 typedef int (*vp8_diamond_search_fn_t)(MACROBLOCK *x, BLOCK *b, BLOCKD *d,
Dencodemb.h21 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch);
Dmcomp.c221 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()
661 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_half_pixel_step()
837 int vp8_hex_search(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_hex_search()
1020 int vp8_diamond_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sad_c()
1133 int vp8_diamond_search_sadx4(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sadx4()
1283 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c()
1370 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx3()
1491 int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx8()
1638 int vp8_refining_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_refining_search_sad_c()
[all …]
Dblock.h158 void (*quantize_b)(BLOCK *b, BLOCKD *d);
Dencodemb.c23 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch) { in vp8_subtract_b()
146 BLOCKD *d; in optimize_b()
362 BLOCKD *bd = &x->block[24]; in check_reset_2nd_coeffs()
Drdopt.c333 BLOCKD *bd; in vp8_mbblock_error_c()
356 BLOCKD *bd; in vp8_mbuverror_c()
417 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, in cost_coeffs()
475 BLOCKD *const x_y2 = x->block + 24; in macro_block_yrd()
519 static int rd_pick_intra4x4block(MACROBLOCK *x, BLOCK *be, BLOCKD *b, in rd_pick_intra4x4block()
827 BLOCKD *const d = xd->block + i; in labels2mode()
905 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_encode_inter_mb_segment()
1022 BLOCKD *e; in rd_check_segment()
1307 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_rd_pick_best_mbsegmentation()
1743 BLOCKD *d = &x->e_mbd.block[0]; in vp8_rd_pick_inter_mode()
Dencodeintra.c47 BLOCKD *b = &x->e_mbd.block[ib]; in vp8_encode_intra4x4block()
Dtokenize.c106 const BLOCKD *b; in tokenize2nd_order_b()
185 const BLOCKD *b; in tokenize1st_order_b()
Dpickinter.c123 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, in vp8_skip_fractional_mv_step()
146 BLOCKD *d = &mb->e_mbd.block[0]; in vp8_get_inter_mbpred_error()
165 static int get_prediction_error(BLOCK *be, BLOCKD *b) { in get_prediction_error()
178 BLOCKD *b = &x->e_mbd.block[ib]; in pick_intra4x4block()
562 BLOCKD *d = &x->e_mbd.block[0]; in vp8_pick_inter_mode()
Dvp8_quantize.c18 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_c()
48 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) { in vp8_regular_quantize_b_c()
/external/libvpx/libvpx/vp8/common/
Dreconinter.c59 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, in vp8_build_inter_predictors_b()
82 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, in build_inter_predictors4b()
97 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, in build_inter_predictors2b()
112 static void build_inter_predictors_b(BLOCKD *d, unsigned char *dst, in build_inter_predictors_b()
208 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv()
209 BLOCKD *d1 = &x->block[i + 1]; in vp8_build_inter4x4_predictors_mbuv()
223 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv()
224 BLOCKD *d1 = &x->block[i + 1]; in vp8_build_inter4x4_predictors_mbuv()
358 BLOCKD *b; in build_inter4x4_predictors_mb()
386 BLOCKD *d0 = &x->block[i]; in build_inter4x4_predictors_mb()
[all …]
Dblockd.h203 } BLOCKD; typedef
221 BLOCKD block[25];
Dreconinter.h26 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre,
Ddequantize.c16 void vp8_dequantize_b_c(BLOCKD *d, short *DQC) { in vp8_dequantize_b_c()
/external/libvpx/libvpx/vp8/encoder/mips/mmi/
Dvp8_quantize_mmi.c34 void vp8_fast_quantize_b_mmi(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_mmi()
201 void vp8_regular_quantize_b_mmi(BLOCK *b, BLOCKD *d) { in vp8_regular_quantize_b_mmi()
/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/vp8/common/arm/neon/
Ddequantizeb_neon.c16 void vp8_dequantize_b_neon(BLOCKD *d, short *DQC) { in vp8_dequantize_b_neon()
/external/libvpx/libvpx/vp8/common/mips/mmi/
Ddequantize_mmi.c16 void vp8_dequantize_b_mmi(BLOCKD *d, int16_t *DQC) { in vp8_dequantize_b_mmi()
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_quantize_sse2.c33 void vp8_regular_quantize_b_sse2(BLOCK *b, BLOCKD *d) { in vp8_regular_quantize_b_sse2()
142 void vp8_fast_quantize_b_sse2(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_sse2()
Dvp8_quantize_ssse3.c41 void vp8_fast_quantize_b_ssse3(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_ssse3()
Dquantize_sse4.c30 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.c43 BLOCKD *bd; in vp8_mbblock_error_msa()
109 BLOCKD *bd; in vp8_mbuverror_msa()
Dquantize_msa.c184 void vp8_fast_quantize_b_msa(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_msa()
196 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.c19 void vp8_fast_quantize_b_neon(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_neon()
/external/libvpx/libvpx/test/
Dquantize_test.cc35 typedef void (*VP8Quantize)(BLOCK *b, BLOCKD *d);

12