/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.h | 49 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,
|
D | vp8_asm_enc_offsets.c | 32 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));
|
D | block.h | 162 void (*quantize_b)(BLOCK *b, BLOCKD *d); 163 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
|
D | quantize.c | 22 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()
|
D | mcomp.c | 204 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 …]
|
D | pickinter.c | 43 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()
|
D | encodemb.c | 22 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()
|
D | rdopt.c | 425 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()
|
D | encodeintra.c | 54 BLOCKD *b = &x->e_mbd.block[ib]; in vp8_encode_intra4x4block()
|
/external/libvpx/libvpx/vp8/common/ |
D | reconinter.c | 126 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 …]
|
D | blockd.h | 207 } BLOCKD; typedef 224 BLOCKD block[25];
|
D | reconinter.h | 31 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch,
|
D | dequantize.c | 17 void vp8_dequantize_b_c(BLOCKD *d, short *DQC) in vp8_dequantize_b_c()
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 46 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/ |
D | vp8_enc_stubs_mmx.c | 28 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()
|
D | vp8_enc_stubs_sse2.c | 36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_sse2()
|
D | quantize_sse2.c | 35 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()
|
D | quantize_ssse3.c | 42 void vp8_fast_quantize_b_ssse3(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_ssse3()
|
D | quantize_sse4.c | 32 void vp8_regular_quantize_b_sse4_1(BLOCK *b, BLOCKD *d) { in vp8_regular_quantize_b_sse4_1()
|
/external/libvpx/libvpx/test/ |
D | subtract_test.cc | 21 typedef void (*SubtractBlockFunc)(BLOCK *be, BLOCKD *bd, int pitch); 37 BLOCKD bd; in TEST_P()
|
/external/libvpx/libvpx/vp8/common/arm/ |
D | dequantize_arm.c | 18 void vp8_dequantize_b_v6(BLOCKD *d, short *DQC) in vp8_dequantize_b_v6()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | dequantizeb_neon.c | 15 void vp8_dequantize_b_neon(BLOCKD *d, short *DQC) { in vp8_dequantize_b_neon()
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 23 ;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/ |
D | idct_blk_mmx.c | 18 void vp8_dequantize_b_mmx(BLOCKD *d, short *DQC) in vp8_dequantize_b_mmx()
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_fast_quantize_b_armv6.asm | 23 ; r1 BLOCKD *d 105 ldr r11, [sp, #0] ; restore BLOCKD pointer
|