/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.h | 45 BLOCKD *d, 57 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv, 70 BLOCKD *d, 83 BLOCKD *d, 96 BLOCKD *d,
|
D | 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 | 142 void (*quantize_b)(BLOCK *b, BLOCKD *d); 143 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 | 203 int vp8_find_best_sub_pixel_step_iteratively(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_sub_pixel_step_iteratively() 358 int vp8_find_best_sub_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_sub_pixel_step() 669 int vp8_find_best_half_pixel_step(MACROBLOCK *x, BLOCK *b, BLOCKD *d, in vp8_find_best_half_pixel_step() 850 BLOCKD *d, in vp8_hex_search() 1039 BLOCKD *d, in vp8_diamond_search_sad_c() 1163 BLOCKD *d, in vp8_diamond_search_sadx4() 1326 int vp8_full_search_sad_c(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sad_c() 1422 int vp8_full_search_sadx3(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx3() 1556 int vp8_full_search_sadx8(MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *ref_mv, in vp8_full_search_sadx8() 1720 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 | encodeintra.c | 54 BLOCKD *b = &x->e_mbd.block[ib]; in vp8_encode_intra4x4block()
|
D | rdopt.c | 421 BLOCKD *bd; in vp8_mbblock_error_c() 448 BLOCKD *bd; in vp8_mbuverror_c() 516 static int cost_coeffs(MACROBLOCK *mb, BLOCKD *b, int type, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l) in cost_coeffs() 580 BLOCKD *const x_y2 = x->block + 24; in macro_block_yrd() 630 BLOCKD *b, in rd_pick_intra4x4block() 965 BLOCKD *const d = xd->block + i; in labels2mode() 1055 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_encode_inter_mb_segment() 1185 BLOCKD *e; in rd_check_segment() 1487 BLOCKD *bd = &x->e_mbd.block[i]; in vp8_rd_pick_best_mbsegmentation() 1941 BLOCKD *d = &x->e_mbd.block[0]; in vp8_rd_pick_inter_mode()
|
D | tokenize.c | 114 const BLOCKD *b; in tokenize2nd_order_b() 201 const BLOCKD *b; in tokenize1st_order_b()
|
/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() 155 static void build_inter_predictors4b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride,… in build_inter_predictors4b() 170 static void build_inter_predictors2b(MACROBLOCKD *x, BLOCKD *d, unsigned char *dst, int dst_stride,… in build_inter_predictors2b() 185 static void build_inter_predictors_b(BLOCKD *d, unsigned char *dst, int dst_stride, unsigned char *… in build_inter_predictors_b() 293 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv() 294 BLOCKD *d1 = &x->block[i+1]; in vp8_build_inter4x4_predictors_mbuv() 308 BLOCKD *d0 = &x->block[i]; in vp8_build_inter4x4_predictors_mbuv() 309 BLOCKD *d1 = &x->block[i+1]; in vp8_build_inter4x4_predictors_mbuv() 451 BLOCKD *b; in build_inter4x4_predictors_mb() 479 BLOCKD *d0 = &x->block[i]; in build_inter4x4_predictors_mb() [all …]
|
D | blockd.h | 203 } BLOCKD; typedef 220 BLOCKD block[25];
|
D | reconinter.h | 27 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/x86/ |
D | quantize_ssse3.asm | 17 ; BLOCKD *d) | 1 39 mov rsi, arg(1) ; BLOCKD *d 43 mov rsi, rdx ; BLOCKD *d 46 ;mov rsi, rsi ; BLOCKD *d
|
D | quantize_sse2.asm | 17 ; BLOCKD *d) | 1 47 mov rsi, arg(1) ; BLOCKD *d 51 mov rsi, rdx ; BLOCKD *d 54 ;mov rsi, rsi ; BLOCKD *d 241 ; BLOCKD *d) | 1 265 mov rsi, arg(1) ; BLOCKD *d 269 mov rsi, rdx ; BLOCKD *d 272 ;mov rsi, rsi ; BLOCKD *d
|
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 | quantize_sse4.asm | 17 ; BLOCKD *d) | 1 44 mov rsi, arg(1) ; BLOCKD *d 48 mov rsi, rdx ; BLOCKD *d 51 ;mov rsi, rsi ; BLOCKD *d
|
D | vp8_enc_stubs_sse2.c | 36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) in vp8_subtract_b_sse2()
|
/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/common/arm/ |
D | dequantize_arm.c | 25 void vp8_dequantize_b_neon(BLOCKD *d, short *DQC) in vp8_dequantize_b_neon() 35 void vp8_dequantize_b_v6(BLOCKD *d, short *DQC) in vp8_dequantize_b_v6()
|
/external/libvpx/libvpx/test/ |
D | subtract_test.cc | 21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch); 32 BLOCKD bd; in TEST_P()
|
/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 | 17 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
|