Home
last modified time | relevance | path

Searched refs:mb_index (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Ddebugmodes.c21 int mb_index = 0; in vp8_print_modes_and_motion_vectors() local
25 mb_index = 0; in vp8_print_modes_and_motion_vectors()
33 fprintf(mvs, "%2d ", mi[mb_index].mbmi.mode); in vp8_print_modes_and_motion_vectors()
35 mb_index++; in vp8_print_modes_and_motion_vectors()
39 mb_index++; in vp8_print_modes_and_motion_vectors()
44 mb_index = 0; in vp8_print_modes_and_motion_vectors()
52 fprintf(mvs, "%2d ", mi[mb_index].mbmi.ref_frame); in vp8_print_modes_and_motion_vectors()
54 mb_index++; in vp8_print_modes_and_motion_vectors()
58 mb_index++; in vp8_print_modes_and_motion_vectors()
64 mb_index = 0; in vp8_print_modes_and_motion_vectors()
[all …]
Dpostproc.c855 int mb_index = 0; in vp8_post_proc_frame() local
867 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a'); in vp8_post_proc_frame()
870 mb_index ++; in vp8_post_proc_frame()
874 mb_index ++; /* border */ in vp8_post_proc_frame()
887 int mb_index = 0; in vp8_post_proc_frame() local
898 int dc_diff = !(mi[mb_index].mbmi.mode != B_PRED && in vp8_post_proc_frame()
899 mi[mb_index].mbmi.mode != SPLITMV && in vp8_post_proc_frame()
900 mi[mb_index].mbmi.mb_skip_coeff); in vp8_post_proc_frame()
908 mb_index ++; in vp8_post_proc_frame()
912 mb_index ++; /* border */ in vp8_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h140 unsigned char mb_index; // index of 16x16 block inside the 32x32 block member
211 return &x->sb32x16_context[x->sb_index][x->mb_index]; in get_block_context()
213 return &x->sb16x32_context[x->sb_index][x->mb_index]; in get_block_context()
215 return &x->mb_context[x->sb_index][x->mb_index]; in get_block_context()
217 return &x->sb16x8_context[x->sb_index][x->mb_index][x->b_index]; in get_block_context()
219 return &x->sb8x16_context[x->sb_index][x->mb_index][x->b_index]; in get_block_context()
221 return &x->sb8x8_context[x->sb_index][x->mb_index][x->b_index]; in get_block_context()
223 return &x->sb8x4_context[x->sb_index][x->mb_index][x->b_index]; in get_block_context()
225 return &x->sb4x8_context[x->sb_index][x->mb_index][x->b_index]; in get_block_context()
227 return &x->ab4x4_context[x->sb_index][x->mb_index][x->b_index]; in get_block_context()
Dvp9_onyx_if.c1093 for (x->mb_index = 0; x->mb_index < 4; ++x->mb_index) { in init_pick_mode_context()
1102 for (x->mb_index = 0; x->mb_index < 64 / num_4x4_blk; ++x->mb_index) { in init_pick_mode_context()
1131 for (x->mb_index = 0; x->mb_index < 4; ++x->mb_index) { in free_pick_mode_context()
1140 for (x->mb_index = 0; x->mb_index < 64 / num_4x4_blk; ++x->mb_index) { in free_pick_mode_context()
Dvp9_encodeframe.c61 return &x->mb_index; in get_sb_index()
1149 return &x->mb_partitioning[x->sb_index][x->mb_index]; in get_sb_partitioning()
1151 return &x->b_partitioning[x->sb_index][x->mb_index][x->b_index]; in get_sb_partitioning()
2337 for (x->mb_index = 0; x->mb_index < 4; ++x->mb_index) in encode_rd_sb_row()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c665 int mb_index = 0; in vp9_post_proc_frame()
675 snprintf(zz, sizeof(zz) - 1, "%c", mi[mb_index].mbmi.mode + 'a'); in vp9_post_proc_frame()
678 mb_index++; in vp9_post_proc_frame()
682 mb_index++; /* border */ in vp9_post_proc_frame()
692 int mb_index = 0; in vp9_post_proc_frame()
701 int dc_diff = !(mi[mb_index].mbmi.mode != I4X4_PRED && in vp9_post_proc_frame()
702 mi[mb_index].mbmi.mode != SPLITMV && in vp9_post_proc_frame()
703 mi[mb_index].mbmi.skip); in vp9_post_proc_frame()
711 mb_index++; in vp9_post_proc_frame()
715 mb_index++; /* border */ in vp9_post_proc_frame()