Searched refs:blockd (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 15 struct blockd; 102 void vp8_dequantize_b_c(struct blockd*, short *DQC); 103 void vp8_dequantize_b_mmx(struct blockd*, short *DQC); 106 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 107 int vp8_diamond_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 110 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 111 void vp8_fast_quantize_b_sse2(struct block *, struct blockd *); 112 void vp8_fast_quantize_b_ssse3(struct block *, struct blockd *); 126 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 127 int vp8_full_search_sadx3(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… [all …]
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 15 struct blockd; 102 void vp8_dequantize_b_c(struct blockd*, short *DQC); 103 void vp8_dequantize_b_mmx(struct blockd*, short *DQC); 106 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 107 int vp8_diamond_search_sadx4(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 110 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 111 void vp8_fast_quantize_b_sse2(struct block *, struct blockd *); 112 void vp8_fast_quantize_b_ssse3(struct block *, struct blockd *); 126 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 127 int vp8_full_search_sadx3(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… [all …]
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 15 struct blockd; 75 void vp8_dequantize_b_c(struct blockd*, short *DQC); 78 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 81 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 84 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 117 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv… 120 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 15 struct blockd; 88 void vp8_dequantize_b_c(struct blockd*, short *DQC); 89 void vp8_dequantize_b_neon(struct blockd*, short *DQC); 92 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 95 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 96 void vp8_fast_quantize_b_neon(struct block *, struct blockd *); 99 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 140 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv… 143 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 15 struct blockd; 88 void vp8_dequantize_b_c(struct blockd*, short *DQC); 89 void vp8_dequantize_b_neon(struct blockd*, short *DQC); 92 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv … 95 void vp8_fast_quantize_b_c(struct block *, struct blockd *); 96 void vp8_fast_quantize_b_neon(struct block *, struct blockd *); 99 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re… 140 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv… 143 void vp8_regular_quantize_b_c(struct block *, struct blockd *);
|
/external/libvpx/libvpx/vp8/ |
D | vp8_common.mk | 16 VP8_COMMON_SRCS-yes += common/blockd.c 32 VP8_COMMON_SRCS-yes += common/blockd.h
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 193 typedef struct blockd { struct
|
/external/libvpx/ |
D | Android.bp | 51 "libvpx/vp8/common/blockd.c", 289 "libvpx/vp8/common/blockd.c", 497 "libvpx/vp8/common/blockd.c", 647 "libvpx/vp8/common/blockd.c", 883 "libvpx/vp8/common/blockd.c",
|
/external/libaom/libaom/av1/ |
D | av1.cmake | 29 "${AOM_ROOT}/av1/common/blockd.c" 30 "${AOM_ROOT}/av1/common/blockd.h"
|
/external/libaom/ |
D | Android.bp | 117 "libaom/av1/common/blockd.c",
|