/external/libvpx/vp8/encoder/ |
D | mcomp.h | 36 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 int vp8_full_search_sad(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, 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,
|
D | encodemb.h | 21 void vp8_subtract_b(BLOCK *be, BLOCKD *bd, int pitch);
|
D | block.h | 158 void (*quantize_b)(BLOCK *b, BLOCKD *d);
|
D | mcomp.c | 224 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_sub_pixel_step_iteratively() 368 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_sub_pixel_step() 664 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_half_pixel_step() 840 int vp8_hex_search(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_hex_search() 1021 int vp8_diamond_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sad_c() 1134 int vp8_diamond_search_sadx4(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_diamond_search_sadx4() 1284 int vp8_full_search_sad(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad() 1373 int vp8_refining_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_refining_search_sad_c() 1452 int vp8_refining_search_sadx4(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_refining_search_sadx4()
|
D | encodemb.c | 23 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()
|
D | rdopt.c | 333 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()
|
D | encodeintra.c | 46 BLOCKD *b = &x->e_mbd.block[ib]; in vp8_encode_intra4x4block()
|
D | tokenize.c | 106 const BLOCKD *b; in tokenize2nd_order_b() 185 const BLOCKD *b; in tokenize1st_order_b()
|
D | pickinter.c | 123 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()
|
/external/libvpx/vp8/common/ |
D | reconinter.c | 59 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() 365 BLOCKD *b; in build_inter4x4_predictors_mb() 393 BLOCKD *d0 = &x->block[i]; in build_inter4x4_predictors_mb() [all …]
|
D | blockd.h | 203 } BLOCKD; typedef 221 BLOCKD block[25];
|
D | reconinter.h | 26 void vp8_build_inter_predictors_b(BLOCKD *d, int pitch, unsigned char *base_pre,
|
D | dequantize.c | 16 void vp8_dequantize_b_c(BLOCKD *d, short *DQC) { in vp8_dequantize_b_c()
|
/external/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 34 void vp8_fast_quantize_b_mmi(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_mmi() 202 void vp8_regular_quantize_b_mmi(BLOCK *b, BLOCKD *d) { in vp8_regular_quantize_b_mmi()
|
/external/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/vp8/common/arm/neon/ |
D | dequantizeb_neon.c | 16 void vp8_dequantize_b_neon(BLOCKD *d, short *DQC) { in vp8_dequantize_b_neon()
|
/external/libvpx/vp8/common/mips/mmi/ |
D | dequantize_mmi.c | 16 void vp8_dequantize_b_mmi(BLOCKD *d, int16_t *DQC) { in vp8_dequantize_b_mmi()
|
/external/libvpx/vp8/encoder/x86/ |
D | vp8_quantize_sse2.c | 33 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()
|
D | vp8_quantize_ssse3.c | 17 void vp8_fast_quantize_b_ssse3(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_ssse3()
|
D | quantize_sse4.c | 20 BLOCKD *d) { in vp8_regular_quantize_b_sse4_1()
|
/external/libvpx/vp8/encoder/mips/msa/ |
D | encodeopt_msa.c | 43 BLOCKD *bd; in vp8_mbblock_error_msa() 109 BLOCKD *bd; in vp8_mbuverror_msa()
|
D | quantize_msa.c | 184 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/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.c | 19 void vp8_fast_quantize_b_neon(BLOCK *b, BLOCKD *d) { in vp8_fast_quantize_b_neon()
|
/external/libvpx/vp8/encoder/loongarch/ |
D | encodeopt_lsx.c | 37 BLOCKD *bd; in vp8_mbblock_error_lsx()
|
/external/libvpx/test/ |
D | quantize_test.cc | 36 typedef void (*VP8Quantize)(BLOCK *b, BLOCKD *d);
|