HomeSort by relevance Sort by last modified time
    Searched refs:MACROBLOCK (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemb.h 20 void vp8_encode_inter16x16(MACROBLOCK *x);
22 void vp8_build_dcblock(MACROBLOCK *b);
23 void vp8_transform_mb(MACROBLOCK *mb);
24 void vp8_transform_mbuv(MACROBLOCK *x);
25 void vp8_transform_intra_mby(MACROBLOCK *x);
27 void vp8_optimize_mby(MACROBLOCK *x);
28 void vp8_optimize_mbuv(MACROBLOCK *x);
29 void vp8_encode_inter16x16y(MACROBLOCK *x);
encodeintra.h 20 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred);
21 void vp8_encode_intra16x16mby(MACROBLOCK *x);
22 void vp8_encode_intra16x16mbuv(MACROBLOCK *x);
23 void vp8_encode_intra4x4mby(MACROBLOCK *mb);
24 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib);
encodeframe.h 16 extern void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x);
18 extern void vp8_build_block_offsets(MACROBLOCK *x);
20 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
24 extern int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
29 extern int vp8cx_encode_intra_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
pickinter.h 21 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
25 extern void vp8_pick_intra_mode(MACROBLOCK *x, int *rate);
27 extern int vp8_get_inter_mbpred_error(MACROBLOCK *mb,
segmentation.h 22 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
mcomp.h 41 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
42 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
47 MACROBLOCK *x,
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
72 MACROBLOCK *x,
85 MACROBLOCK *x,
98 MACROBLOCK *x,
  /external/libvpx/libvpx/vp8/encoder/
encodemb.h 20 void vp8_encode_inter16x16(MACROBLOCK *x);
22 void vp8_build_dcblock(MACROBLOCK *b);
23 void vp8_transform_mb(MACROBLOCK *mb);
24 void vp8_transform_mbuv(MACROBLOCK *x);
25 void vp8_transform_intra_mby(MACROBLOCK *x);
27 void vp8_optimize_mby(MACROBLOCK *x);
28 void vp8_optimize_mbuv(MACROBLOCK *x);
29 void vp8_encode_inter16x16y(MACROBLOCK *x);
encodeintra.h 20 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred);
21 void vp8_encode_intra16x16mby(MACROBLOCK *x);
22 void vp8_encode_intra16x16mbuv(MACROBLOCK *x);
23 void vp8_encode_intra4x4mby(MACROBLOCK *mb);
24 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib);
encodeframe.h 16 extern void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x);
18 extern void vp8_build_block_offsets(MACROBLOCK *x);
20 extern void vp8_setup_block_ptrs(MACROBLOCK *x);
24 extern int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
29 extern int vp8cx_encode_intra_macroblock(VP8_COMP *cpi, MACROBLOCK *x,
pickinter.h 21 extern void vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
25 extern void vp8_pick_intra_mode(MACROBLOCK *x, int *rate);
27 extern int vp8_get_inter_mbpred_error(MACROBLOCK *mb,
segmentation.h 22 extern void vp8_update_gf_useage_maps(VP8_COMP *cpi, VP8_COMMON *cm, MACROBLOCK *x);
mcomp.h 41 extern void vp8_init_dsmotion_compensation(MACROBLOCK *x, int stride);
42 extern void vp8_init3smotion_compensation(MACROBLOCK *x, int stride);
47 MACROBLOCK *x,
61 (MACROBLOCK *x, BLOCK *b, BLOCKD *d, int_mv *bestmv, int_mv *ref_mv,
72 MACROBLOCK *x,
85 MACROBLOCK *x,
98 MACROBLOCK *x,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.h 20 void vp8_encode_inter16x16(MACROBLOCK *x);
22 void vp8_build_dcblock(MACROBLOCK *b);
23 void vp8_transform_mb(MACROBLOCK *mb);
24 void vp8_transform_mbuv(MACROBLOCK *x);
25 void vp8_transform_intra_mby(MACROBLOCK *x);
27 void vp8_optimize_mby(MACROBLOCK *x);
28 void vp8_optimize_mbuv(MACROBLOCK *x);
29 void vp8_encode_inter16x16y(MACROBLOCK *x);
encodeintra.h 20 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred);
21 void vp8_encode_intra16x16mby(MACROBLOCK *x);
22 void vp8_encode_intra16x16mbuv(MACROBLOCK *x);
23 void vp8_encode_intra4x4mby(MACROBLOCK *mb);
24 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib);