Home
last modified time | relevance | path

Searched refs:macroblock (Results 1 – 25 of 42) sorted by relevance

12

/external/libvpx/libvpx/vp8/encoder/
Dquantize.h19 struct macroblock;
20 extern void vp8_quantize_mb(struct macroblock *x);
21 extern void vp8_quantize_mby(struct macroblock *x);
22 extern void vp8_quantize_mbuv(struct macroblock *x);
25 extern void vp8_update_zbin_extra(struct VP8_COMP *cpi, struct macroblock *x);
26 extern void vp8cx_mb_init_quantizer(struct VP8_COMP *cpi, struct macroblock *x,
Dencodeframe.h20 struct macroblock;
24 void vp8_build_block_offsets(struct macroblock *x);
26 void vp8_setup_block_ptrs(struct macroblock *x);
30 int vp8cx_encode_inter_macroblock(struct VP8_COMP *cpi, struct macroblock *x,
34 int vp8cx_encode_intra_macroblock(struct VP8_COMP *cpi, struct macroblock *x,
Dethreading.h21 struct macroblock;
23 void vp8cx_init_mbrthread_data(struct VP8_COMP *cpi, struct macroblock *x,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.h25 struct macroblock;
28 void vp9_rd_pick_intra_mode_sb(struct VP9_COMP *cpi, struct macroblock *x,
34 struct macroblock *x, int mi_row, int mi_col,
39 struct VP9_COMP *cpi, struct TileDataEnc *tile_data, struct macroblock *x,
50 struct macroblock *x, int mi_row, int mi_col,
Dvp9_aq_complexity.h21 struct macroblock;
24 void vp9_caq_select_segment(struct VP9_COMP *cpi, struct macroblock *,
Dvp9_encodeframe.h20 struct macroblock;
32 void vp9_setup_src_planes(struct macroblock *x,
Dvp9_block.h64 typedef struct macroblock MACROBLOCK;
65 struct macroblock { struct
/external/libvpx/config/x86/
Dvp8_rtcd.h21 struct macroblock;
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 …
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…
162 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
163 int vp8_mbblock_error_sse2(struct macroblock *mb, int dc);
166 int vp8_mbuverror_c(struct macroblock *mb);
167 int vp8_mbuverror_sse2(struct macroblock *mb);
170 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv…
[all …]
Dvp9_rtcd.h23 struct macroblock;
42 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
/external/libvpx/config/x86_64/
Dvp8_rtcd.h21 struct macroblock;
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 …
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…
162 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
163 int vp8_mbblock_error_sse2(struct macroblock *mb, int dc);
166 int vp8_mbuverror_c(struct macroblock *mb);
167 int vp8_mbuverror_sse2(struct macroblock *mb);
170 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv…
[all …]
/external/libaom/libaom/av1/encoder/
Dhash_motion.h37 void av1_hash_table_init(hash_table *p_hash_table, struct macroblock *x);
49 struct macroblock *x);
56 struct macroblock *x);
73 int use_highbitdepth, struct macroblock *x);
Drdopt.h36 struct macroblock;
108 void av1_rd_pick_intra_mode_sb(const struct AV1_COMP *cpi, struct macroblock *x,
122 struct macroblock *x, int mi_row, int mi_col,
128 struct macroblock *x, int mi_row, int mi_col,
135 struct macroblock *x, int mi_row, int mi_col, struct RD_STATS *rd_cost,
Daq_complexity.h22 struct macroblock;
25 void av1_caq_select_segment(const struct AV1_COMP *cpi, struct macroblock *,
Dencodeframe.h25 struct macroblock;
30 void av1_setup_src_planes(struct macroblock *x,
/external/libvpx/config/generic/
Dvp8_rtcd.h21 struct macroblock;
78 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
84 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
111 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
114 int vp8_mbuverror_c(struct macroblock *mb);
117 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv…
Dvp9_rtcd.h23 struct macroblock;
40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h21 struct macroblock;
92 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
99 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
134 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
137 int vp8_mbuverror_c(struct macroblock *mb);
140 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv…
Dvp9_rtcd.h23 struct macroblock;
40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
/external/libvpx/config/arm64/
Dvp8_rtcd.h21 struct macroblock;
92 int vp8_diamond_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv …
99 int vp8_full_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv *re…
134 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
137 int vp8_mbuverror_c(struct macroblock *mb);
140 int vp8_refining_search_sad_c(struct macroblock *x, struct block *b, struct blockd *d, union int_mv…
Dvp9_rtcd.h23 struct macroblock;
40 int vp9_diamond_search_sad_c(const struct macroblock *x, const struct search_site_config *cfg, str…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dlftr-other-uses.ll8 …2**, i32*, i32***, i32**, i32, i32, i32, i32, %typedef.Slice*, %struct.macroblock*, i32, i32, i32,…
10 …%struct.macroblock = type { i32, i32, i32, %struct.macroblock*, %struct.macroblock*, i32, [2 x [4 …
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Dlftr-other-uses.ll8 …2**, i32*, i32***, i32**, i32, i32, i32, i32, %typedef.Slice*, %struct.macroblock*, i32, i32, i32,…
10 …%struct.macroblock = type { i32, i32, i32, %struct.macroblock*, %struct.macroblock*, i32, [2 x [4 …
/external/llvm/test/Transforms/IndVarSimplify/
Dlftr-other-uses.ll8 …2**, i32*, i32***, i32**, i32, i32, i32, i32, %typedef.Slice*, %struct.macroblock*, i32, i32, i32,…
10 …%struct.macroblock = type { i32, i32, i32, %struct.macroblock*, %struct.macroblock*, i32, [2 x [4 …
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dprevent-hoisting.ll29 …i8**, i32*, i32***, i32**, i32, i32, i32, i32, %struct.Slice*, %struct.macroblock*, i32, i32, i32,…
39 %struct.macroblock = type { i32, [2 x i32], i32, i32, %struct.macroblock*, %struct.macroblock*, i32…
/external/llvm/test/CodeGen/Mips/
Dprevent-hoisting.ll29 …i8**, i32*, i32***, i32**, i32, i32, i32, i32, %struct.Slice*, %struct.macroblock*, i32, i32, i32,…
39 %struct.macroblock = type { i32, [2 x i32], i32, i32, %struct.macroblock*, %struct.macroblock*, i32…

12