/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 | encodemb.h | 22 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch);
|
D | block.h | 164 void (*quantize_b)(BLOCK *b, BLOCKD *d);
|
D | mcomp.c | 207 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 …]
|
D | encodemb.c | 23 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()
|
D | rdopt.c | 427 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()
|
D | encodeintra.c | 56 BLOCKD *b = &x->e_mbd.block[ib]; in vp8_encode_intra4x4block()
|
D | pickinter.c | 170 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()
|
D | tokenize.c | 114 const BLOCKD *b; in tokenize2nd_order_b() 201 const BLOCKD *b; in tokenize1st_order_b()
|
D | vp8_quantize.c | 19 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/ |
D | reconinter.c | 83 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 …]
|
D | blockd.h | 211 } BLOCKD; typedef 228 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/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/x86/ |
D | vp8_enc_stubs_mmx.c | 28 void vp8_fast_quantize_b_mmx(BLOCK *b, BLOCKD *d) in vp8_fast_quantize_b_mmx()
|
D | vp8_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/vp8/encoder/mips/msa/ |
D | encodeopt_msa.c | 46 BLOCKD *bd; in vp8_mbblock_error_msa() 115 BLOCKD *bd; in vp8_mbuverror_msa()
|
D | quantize_msa.c | 214 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/ |
D | fastquantizeb_neon.c | 21 void vp8_fast_quantize_b_neon(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_neon()
|
/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/test/ |
D | quantize_test.cc | 34 typedef void (*VP8Quantize)(BLOCK *b, BLOCKD *d);
|