HomeSort by relevance Sort by last modified time
    Searched refs:mb (Results 176 - 200 of 417) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 148 MACROBLOCK *x = &cpi->mb;
241 MACROBLOCKD *mbd = &cpi->mb.e_mbd;
265 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
266 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
279 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
280 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
310 /* Assign higher weight to matching MB if it's error
ratectrl.c 44 /* Bits Per MB at different Q (Multiplied by 512) */
48 * the assumption that bits per mb is inversely proportional to the
237 vp8_copy(cc->ymode_count, cpi->mb.ymode_count);
238 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count);
275 vp8_copy(cpi->mb.ymode_count, cc->ymode_count);
276 vp8_copy(cpi->mb.uv_mode_count, cc->uv_mode_count);
302 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 27 MACROBLOCK *const x = &cpi->mb;
83 MACROBLOCK *const x = &cpi->mb;
120 MACROBLOCK *const x = &cpi->mb;
134 MACROBLOCK *const x = &cpi->mb;
177 MACROBLOCK *const x = &cpi->mb;
232 MACROBLOCK *const x = &cpi->mb;
336 // arf_not_zz is indexed by MB, but this loop is indexed by MI to avoid out
340 // If any of the blocks in the sequence failed then the MB
vp9_encodemb.c 101 static int optimize_b(MACROBLOCK *mb, int plane, int block,
103 MACROBLOCKD *const xd = &mb->e_mbd;
104 struct macroblock_plane *const p = &mb->plane[plane];
110 const tran_low_t *const coeff = BLOCK_OFFSET(mb->plane[plane].coeff, block);
123 int64_t rdmult = mb->rdmult * plane_rd_mult[type], rddiv = mb->rddiv;
164 rate0 += mb->token_costs[tx_size][type][ref][band][0][pt]
166 rate1 += mb->token_costs[tx_size][type][ref][band][0][pt]
212 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt]
217 rate1 += mb->token_costs[tx_size][type][ref][band][!x][pt
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 147 MACROBLOCK *x = &cpi->mb;
240 MACROBLOCKD *mbd = &cpi->mb.e_mbd;
264 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
265 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
278 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
279 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
309 /* Assign higher weight to matching MB if it's error
ratectrl.c 44 /* Bits Per MB at different Q (Multiplied by 512) */
48 * the assumption that bits per mb is inversely proportional to the
237 vp8_copy(cc->ymode_count, cpi->mb.ymode_count);
238 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count);
275 vp8_copy(cpi->mb.ymode_count, cc->ymode_count);
276 vp8_copy(cpi->mb.uv_mode_count, cc->uv_mode_count);
302 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 29 MACROBLOCK *const x = &cpi->mb;
82 MACROBLOCK *const x = &cpi->mb;
122 MACROBLOCK *const x = &cpi->mb;
138 MACROBLOCK *const x = &cpi->mb;
181 MACROBLOCK *const x = &cpi->mb;
236 MACROBLOCK *const x = &cpi->mb;
345 // arf_not_zz is indexed by MB, but this loop is indexed by MI to avoid out
349 // If any of the blocks in the sequence failed then the MB
vp9_temporal_filter.c 131 MACROBLOCK *x = &cpi->mb;
205 MACROBLOCKD *mbd = &cpi->mb.e_mbd;
234 cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND));
235 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
247 cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND));
248 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
274 // Assign higher weight to matching MB if it's error
vp9_onyx_if.c 65 // (1920 * 1080 / (16 * 16)) * MAX_MB_RATE bits per MB
113 MACROBLOCK *const mb = &cpi->mb; local
116 mb->mvcost = mb->nmvcost_hp;
117 mb->mvsadcost = mb->nmvsadcost_hp;
119 mb->mvcost = mb->nmvcost;
120 mb->mvsadcost = mb->nmvsadcost
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 147 MACROBLOCK *x = &cpi->mb;
240 MACROBLOCKD *mbd = &cpi->mb.e_mbd;
264 cpi->mb.mv_row_min = -((mb_row * 16) + (16 - 5));
265 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
278 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
279 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
309 /* Assign higher weight to matching MB if it's error
ratectrl.c 44 /* Bits Per MB at different Q (Multiplied by 512) */
48 * the assumption that bits per mb is inversely proportional to the
237 vp8_copy(cc->ymode_count, cpi->mb.ymode_count);
238 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count);
275 vp8_copy(cpi->mb.ymode_count, cc->ymode_count);
276 vp8_copy(cpi->mb.uv_mode_count, cc->uv_mode_count);
302 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 29 MACROBLOCK *const x = &cpi->mb;
82 MACROBLOCK *const x = &cpi->mb;
122 MACROBLOCK *const x = &cpi->mb;
138 MACROBLOCK *const x = &cpi->mb;
181 MACROBLOCK *const x = &cpi->mb;
236 MACROBLOCK *const x = &cpi->mb;
345 // arf_not_zz is indexed by MB, but this loop is indexed by MI to avoid out
349 // If any of the blocks in the sequence failed then the MB
vp9_temporal_filter.c 131 MACROBLOCK *x = &cpi->mb;
205 MACROBLOCKD *mbd = &cpi->mb.e_mbd;
234 cpi->mb.mv_row_min = -((mb_row * 16) + (17 - 2 * VP9_INTERP_EXTEND));
235 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16)
247 cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND));
248 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
274 // Assign higher weight to matching MB if it's error
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 373 for (IMethodBinding mb : clazzType.getDeclaredMethods()) {
375 if (superType != 0 && Modifier.isPrivate(mb.getModifiers())) {
379 if (isAndroidContext(mb.getReturnType())) {
382 int argsLen = mb.getParameterTypes().length;
387 mi.setName(mAst.newSimpleName(mb.getName()));
397 mi.setName(mAst.newSimpleName(mb.getName()));
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 111 int FillFramePyramid(MosaicFrame *mb);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_int.h 68 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
120 /* the mb num from which modes and mvs (first partition) are corrupt */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 284 uptr mb, me, off, prot; local
288 proc_maps.Next(&mb, &me, &off, module.data(), module.size(), &prot);
292 while (vb < ve && *vb < mb) vb++;
299 uptr diff = *vb - (i ? mb : 0) + off;
  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 68 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
120 /* the mb num from which modes and mvs (first partition) are corrupt */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.h 108 mbStorage_t *mb; member in struct:__anon18177
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_int.h 68 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
120 /* the mb num from which modes and mvs (first partition) are corrupt */
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 111 int FillFramePyramid(MosaicFrame *mb);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 111 int FillFramePyramid(MosaicFrame *mb);
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 46 frame $w.mb -bd 2 -relief raised
47 pack $w.mb -side top -fill x
48 menubutton $w.mb.file -text File -menu $w.mb.file.m
49 menubutton $w.mb.edit -text Edit -menu $w.mb.edit.m
50 pack $w.mb.file $w.mb.edit -side left -padx 8 -pady 1
51 set m [menu $w.mb.file.m -tearoff 0]
53 sqlitecon::create_child $w $prompt $w.mb.edit.
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ToolbarActionBar.java 439 final MenuBuilder mb = menu instanceof MenuBuilder ? (MenuBuilder) menu : null; local
440 if (mb != null) {
441 mb.stopDispatchingItemsChanged();
450 if (mb != null) {
451 mb.startDispatchingItemsChanged();
  /external/stlport/test/unit/
codecvt_test.cpp 62 do_in(mbstate_t& mb,
65 char *state = (char*)&mb;
155 do_in(mbstate_t& mb,
159 char *state = (char*)&mb;
236 virtual int do_length(mbstate_t &mb,
238 const char *state = (const char*)&mb;
248 mbstate_t tmpState = mb;
261 if (*((char*)&mb) != 0) {

Completed in 1495 milliseconds

1 2 3 4 5 6 78 91011>>