Home
last modified time | relevance | path

Searched refs:BLOCKD (Results 1 – 25 of 32) 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,
Dvp8_asm_enc_offsets.c32 DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff));
33 DEFINE(vp8_blockd_dequant, offsetof(BLOCKD, dequant));
34 DEFINE(vp8_blockd_dqcoeff, offsetof(BLOCKD, dqcoeff));
35 DEFINE(vp8_blockd_eob, offsetof(BLOCKD, eob));
43 DEFINE(vp8_blockd_predictor, offsetof(BLOCKD, predictor));
Dblock.h162 void (*quantize_b)(BLOCK *b, BLOCKD *d);
163 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
Dquantize.c22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_c()
70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_c()
106 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_regular_quantize_b_c()
159 void vp8_strict_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_strict_quantize_b_c()
218 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d) in vp8_regular_quantize_b_c()
305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) in vp8_regular_quantize_b_pair()
311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) in vp8_fast_quantize_b_pair_c()
Dmcomp.c204 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_sub_pixel_step_iteratively()
362 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_sub_pixel_step()
673 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_half_pixel_step()
854 BLOCKD *d, in vp8_hex_search()
1043 BLOCKD *d, in vp8_diamond_search_sad_c()
1167 BLOCKD *d, in vp8_diamond_search_sadx4()
1330 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c()
1426 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx3()
1560 int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx8()
1724 int vp8_refining_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_refining_search_sad_c()
[all …]
Dpickinter.c43 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, in vp8_skip_fractional_mv_step()
71 BLOCKD *d = &mb->e_mbd.block[0]; in vp8_get_inter_mbpred_error()
120 static int get_prediction_error(BLOCK *be, BLOCKD *b) in get_prediction_error()
141 BLOCKD *b = &x->e_mbd.block[ib]; in pick_intra4x4block()
572 BLOCKD *d = &x->e_mbd.block[0]; in vp8_pick_inter_mode()
Dencodemb.c22 void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_c()
228 BLOCKD *d; in optimize_b()
473 BLOCKD *bd = &x->block[24]; in check_reset_2nd_coeffs()
Drdopt.c425 BLOCKD *bd; in vp8_mbblock_error_c()
452 BLOCKD *bd; in vp8_mbuverror_c()
520 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) in cost_coeffs()
581 BLOCKD *const x_y2 = x->block + 24; in macro_block_yrd()
631 BLOCKD *b, in rd_pick_intra4x4block()
966 BLOCKD *const d = xd->block + i; in labels2mode()
1056 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_encode_inter_mb_segment()
1186 BLOCKD *e; in rd_check_segment()
1487 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_rd_pick_best_mbsegmentation()
1942 BLOCKD *d = &x->e_mbd.block[0]; in vp8_rd_pick_inter_mode()
Dencodeintra.c54 BLOCKD *b = &x->e_mbd.block[ib]; in vp8_encode_intra4x4block()
/external/libvpx/libvpx/vp8/common/
Dreconinter.c126 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre, int pre_stride, vp… in vp8_build_inter_predictors_b()
151 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride,… in build_inter_predictors4b()
166 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride,… in build_inter_predictors2b()
181 static void build_inter_predictors_b(BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *… in build_inter_predictors_b()
285 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv()
286 BLOCKD *d1 = &x->block[i+1]; in vp8_build_inter4x4_predictors_mbuv()
300 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv()
301 BLOCKD *d1 = &x->block[i+1]; in vp8_build_inter4x4_predictors_mbuv()
443 BLOCKD *b; in build_inter4x4_predictors_mb()
471 BLOCKD *d0 = &x->block[i]; in build_inter4x4_predictors_mb()
[all …]
Dblockd.h207 } BLOCKD; typedef
224 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/encoder/ppc/
Dcsystemdependent.c46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
66 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
/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()
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_mmx()
Dvp8_enc_stubs_sse2.c36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_sse2()
Dquantize_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/test/
Dsubtract_test.cc21 typedef void (*SubtractBlockFunc)(BLOCK *be, BLOCKD *bd, int pitch);
37 BLOCKD bd; in TEST_P()
/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/arm/neon/
Dfastquantizeb_neon.asm23 ;vp8_fast_quantize_b_pair_neon(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2);
155 ;void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
/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/encoder/arm/armv6/
Dvp8_fast_quantize_b_armv6.asm23 ; r1 BLOCKD *d
105 ldr r11, [sp, #0] ; restore BLOCKD pointer

12