/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/ |
dequantize_arm.c | 13 #include "vp8/common/blockd.h" 25 void vp8_dequantize_b_neon(BLOCKD *d, short *DQC) 35 void vp8_dequantize_b_v6(BLOCKD *d, short *DQC)
|
/external/libvpx/libvpx/vp8/encoder/ |
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,
|
vp8_asm_enc_offsets.c | 15 #include "vp8/common/blockd.h" 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));
|
segmentation.h | 15 #include "vp8/common/blockd.h"
|
block.h | 16 #include "vp8/common/blockd.h" 162 void (*quantize_b)(BLOCK *b, BLOCKD *d); 163 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
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,
|
vp8_asm_enc_offsets.c | 15 #include "vp8/common/blockd.h" 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));
|
segmentation.h | 15 #include "vp8/common/blockd.h"
|
block.h | 16 #include "vp8/common/blockd.h" 161 void (*quantize_b)(BLOCK *b, BLOCKD *d); 162 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
|
/external/libvpx/libvpx/vp8/common/arm/ |
dequantize_arm.c | 13 #include "vp8/common/blockd.h" 18 void vp8_dequantize_b_v6(BLOCKD *d, short *DQC)
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
dequantizeb_neon.c | 13 #include "vp8/common/blockd.h" 15 void vp8_dequantize_b_neon(BLOCKD *d, short *DQC) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
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
|
/external/libvpx/libvpx/vp8/common/ |
dequantize.c | 14 #include "vp8/common/blockd.h" 17 void vp8_dequantize_b_c(BLOCKD *d, short *DQC)
|
blockd.c | 12 #include "blockd.h"
|
quant_common.h | 16 #include "blockd.h"
|
reconinter.h | 31 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
dequantize.c | 14 #include "vp8/common/blockd.h" 17 void vp8_dequantize_b_c(BLOCKD *d, short *DQC)
|
blockd.c | 12 #include "blockd.h"
|
quant_common.h | 16 #include "blockd.h"
|
reconinter.h | 31 extern void vp8_build_inter_predictors_b(BLOCKD *d, int pitch,
|
/external/libvpx/generic/ |
vp8_rtcd.h | 18 struct blockd; 80 void vp8_dequantize_b_c(struct blockd*, short *dqc); 83 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 86 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 89 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 92 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 146 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 149 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 152 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2) [all...] |
/external/libvpx/mips/ |
vp8_rtcd.h | 18 struct blockd; 80 void vp8_dequantize_b_c(struct blockd*, short *dqc); 83 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 86 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 89 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 92 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 146 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvcost[2], union int_mv *center_mv); 149 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 152 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
vp8_rtcd.h | 14 struct blockd; 28 void vp8_dequantize_b_c(struct blockd*, short *dqc); 238 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 241 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 244 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 247 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 268 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 277 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvco (…) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
vp8_rtcd.h | 14 struct blockd; 28 void vp8_dequantize_b_c(struct blockd*, short *dqc); 238 void vp8_regular_quantize_b_c(struct block *, struct blockd *); 241 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 244 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 247 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2); 268 void vp8_subtract_b_c(struct block *be, struct blockd *bd, int pitch); 277 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *ref_mv, int sad_per_bit, int distance, struct variance_vtable *fn_ptr, int *mvco (…) [all...] |
/external/libvpx/libvpx/vp8/encoder/ppc/ |
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);
|