HomeSort by relevance Sort by last modified time
    Searched refs:bmi (Results 26 - 50 of 147) sorted by null

12 3 4 5 6

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 180 mi->bmi[i].as_mode =
182 mbmi->mode = mi->bmi[3].as_mode;
185 mi->bmi[0].as_mode = mi->bmi[2].as_mode =
187 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mbmi->mode =
191 mi->bmi[0].as_mode = mi->bmi[1].as_mode =
193 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mbmi->mode
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 180 mi->bmi[i].as_mode =
182 mbmi->mode = mi->bmi[3].as_mode;
185 mi->bmi[0].as_mode = mi->bmi[2].as_mode =
187 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mbmi->mode =
191 mi->bmi[0].as_mode = mi->bmi[1].as_mode =
193 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mbmi->mode
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
debugmodes.c 100 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
postproc.c 958 union b_mode_info *bmi = &mi->bmi[0]; local
959 MV *mv = &bmi->mv.as_mv;
967 bmi = &mi->bmi[8];
979 union b_mode_info *bmi = &mi->bmi[0]; local
980 MV *mv = &bmi->mv.as_mv;
988 bmi = &mi->bmi[2]
1000 union b_mode_info *bmi = &mi->bmi[0]; local
1036 union b_mode_info *bmi = mi->bmi; local
1109 union b_mode_info *bmi = mi->bmi; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
debugmodes.c 100 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
postproc.c 954 union b_mode_info *bmi = &mi->bmi[0]; local
955 MV *mv = &bmi->mv.as_mv;
963 bmi = &mi->bmi[8];
975 union b_mode_info *bmi = &mi->bmi[0]; local
976 MV *mv = &bmi->mv.as_mv;
984 bmi = &mi->bmi[2]
996 union b_mode_info *bmi = &mi->bmi[0]; local
1032 union b_mode_info *bmi = mi->bmi; local
1105 union b_mode_info *bmi = mi->bmi; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
debugmodes.c 100 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
postproc.c 954 union b_mode_info *bmi = &mi->bmi[0]; local
955 MV *mv = &bmi->mv.as_mv;
963 bmi = &mi->bmi[8];
975 union b_mode_info *bmi = &mi->bmi[0]; local
976 MV *mv = &bmi->mv.as_mv;
984 bmi = &mi->bmi[2]
996 union b_mode_info *bmi = &mi->bmi[0]; local
1032 union b_mode_info *bmi = mi->bmi; local
1105 union b_mode_info *bmi = mi->bmi; local
    [all...]
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 187 BITMAPINFO bmi; local
188 memset(&bmi, 0, sizeof(bmi));
189 bmi.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
190 bmi.bmiHeader.biWidth = bitmap.width();
191 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image
192 bmi.bmiHeader.biPlanes = 1;
193 bmi.bmiHeader.biBitCount = 32;
194 bmi.bmiHeader.biCompression = BI_RGB;
195 bmi.bmiHeader.biSizeImage = 0
    [all...]
  /external/skia/src/views/win/
SkOSWindow_win.cpp 187 BITMAPINFO bmi; local
188 memset(&bmi, 0, sizeof(bmi));
189 bmi.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
190 bmi.bmiHeader.biWidth = bitmap.width();
191 bmi.bmiHeader.biHeight = -bitmap.height(); // top-down image
192 bmi.bmiHeader.biPlanes = 1;
193 bmi.bmiHeader.biBitCount = 32;
194 bmi.bmiHeader.biCompression = BI_RGB;
195 bmi.bmiHeader.biSizeImage = 0
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c 38 // if the size < 8x8 we get the mv from the bmi substructure,
149 b_mode_info *bmi = mi->bmi; local
165 nearest->as_int = bmi[0].as_mv[ref].as_int;
174 candidates[0] = bmi[1].as_mv[ref];
175 candidates[1] = bmi[0].as_mv[ref];
179 nearest->as_int = bmi[2].as_mv[ref].as_int;
vp9_reconinter.c 188 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row +
189 mi->bmi[1].as_mv[idx].as_mv.row +
190 mi->bmi[2].as_mv[idx].as_mv.row +
191 mi->bmi[3].as_mv[idx].as_mv.row),
192 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col +
193 mi->bmi[1].as_mv[idx].as_mv.col +
194 mi->bmi[2].as_mv[idx].as_mv.col +
195 mi->bmi[3].as_mv[idx].as_mv.col) };
204 MV res = { round_mv_comp_q2(mi->bmi[block0].as_mv[idx].as_mv.row +
205 mi->bmi[block1].as_mv[idx].as_mv.row)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 130 ? candidate->bmi[idx_n_column_to_subblock[block_idx][search_col == 0]]
213 // if the size < 8x8 we get the mv from the bmi substructure,
324 b_mode_info *bmi = mi->bmi; local
340 nearest->as_int = bmi[0].as_mv[ref].as_int;
349 candidates[0] = bmi[1].as_mv[ref];
350 candidates[1] = bmi[0].as_mv[ref];
354 nearest->as_int = bmi[2].as_mv[ref].as_int;
vp9_reconinter.c 105 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row +
106 mi->bmi[1].as_mv[idx].as_mv.row +
107 mi->bmi[2].as_mv[idx].as_mv.row +
108 mi->bmi[3].as_mv[idx].as_mv.row),
109 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col +
110 mi->bmi[1].as_mv[idx].as_mv.col +
111 mi->bmi[2].as_mv[idx].as_mv.col +
112 mi->bmi[3].as_mv[idx].as_mv.col) };
163 ? (plane == 0 ? mi->bmi[block].as_mv[ref].as_mv
267 ? (plane == 0 ? mi->bmi[block].as_mv[ref].as_m
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c 130 ? candidate->bmi[idx_n_column_to_subblock[block_idx][search_col == 0]]
213 // if the size < 8x8 we get the mv from the bmi substructure,
324 b_mode_info *bmi = mi->bmi; local
340 nearest->as_int = bmi[0].as_mv[ref].as_int;
349 candidates[0] = bmi[1].as_mv[ref];
350 candidates[1] = bmi[0].as_mv[ref];
354 nearest->as_int = bmi[2].as_mv[ref].as_int;
vp9_reconinter.c 105 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row +
106 mi->bmi[1].as_mv[idx].as_mv.row +
107 mi->bmi[2].as_mv[idx].as_mv.row +
108 mi->bmi[3].as_mv[idx].as_mv.row),
109 round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.col +
110 mi->bmi[1].as_mv[idx].as_mv.col +
111 mi->bmi[2].as_mv[idx].as_mv.col +
112 mi->bmi[3].as_mv[idx].as_mv.col) };
163 ? (plane == 0 ? mi->bmi[block].as_mv[ref].as_mv
267 ? (plane == 0 ? mi->bmi[block].as_mv[ref].as_m
    [all...]
  /external/chromium_org/third_party/skia/tests/
ReadPixelsTest.cpp 214 static BitmapInit nextBMI(BitmapInit bmi) {
215 int x = bmi;
342 for (BitmapInit bmi = kFirstBitmapInit; bmi < kBitmapInitCnt; bmi = nextBMI(bmi)) {
345 init_bitmap(&bmp, srcRect, bmi,
  /external/skia/tests/
ReadPixelsTest.cpp 215 static BitmapInit nextBMI(BitmapInit bmi) {
216 int x = bmi;
344 for (BitmapInit bmi = kFirstBitmapInit; bmi < kBitmapInitCnt; bmi = nextBMI(bmi)) {
347 init_bitmap(&bmp, srcRect, bmi,
  /bionic/libc/arch-arm/bionic/
memcmp.S 59 bmi 10f
107 bmi 10f
155 bmi 1f
189 bmi 4f
249 bmi 8b
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 697 b->bmi.as_mode = *best_mode;
752 mic->bmi[i].as_mode = best_mode;
960 as they have not yet made it to the bmi array in our MB_MODE_INFO. */
989 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
992 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
1005 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1015 d->bmi.mv.as_int = this_mv->as_int;
1017 x->partition_info->bmi[i].mode = m;
1018 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1210 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int
    [all...]
temporal_filter.c 191 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
203 &d->bmi.mv,
289 mbd->block[0].bmi.mv.as_mv.row = 0;
290 mbd->block[0].bmi.mv.as_mv.col = 0;
327 mbd->block[0].bmi.mv.as_mv.row,
328 mbd->block[0].bmi.mv.as_mv.col,
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 698 b->bmi.as_mode = *best_mode;
753 mic->bmi[i].as_mode = best_mode;
961 as they have not yet made it to the bmi array in our MB_MODE_INFO. */
990 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
993 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
1006 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1016 d->bmi.mv.as_int = this_mv->as_int;
1018 x->partition_info->bmi[i].mode = m;
1019 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1211 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int
    [all...]
temporal_filter.c 190 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
202 &d->bmi.mv,
288 mbd->block[0].bmi.mv.as_mv.row = 0;
289 mbd->block[0].bmi.mv.as_mv.col = 0;
326 mbd->block[0].bmi.mv.as_mv.row,
327 mbd->block[0].bmi.mv.as_mv.col,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 698 b->bmi.as_mode = *best_mode;
753 mic->bmi[i].as_mode = best_mode;
966 as they have not yet made it to the bmi array in our MB_MODE_INFO. */
995 this_mv->as_int = col ? d[-1].bmi.mv.as_int : (uint32_t)left_block_mv(mic, i);
998 this_mv->as_int = row ? d[-4].bmi.mv.as_int : (uint32_t)above_block_mv(mic, i, mis);
1011 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1021 d->bmi.mv.as_int = this_mv->as_int;
1023 x->partition_info->bmi[i].mode = m;
1024 x->partition_info->bmi[i].mv.as_int = this_mv->as_int;
1216 bsi->mvp.as_int = x->e_mbd.block[i-1].bmi.mv.as_int
    [all...]
temporal_filter.c 190 bestsme = vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv,
202 &d->bmi.mv,
288 mbd->block[0].bmi.mv.as_mv.row = 0;
289 mbd->block[0].bmi.mv.as_mv.col = 0;
326 mbd->block[0].bmi.mv.as_mv.row,
327 mbd->block[0].bmi.mv.as_mv.col,

Completed in 2285 milliseconds

12 3 4 5 6