Searched refs:mb (Results 26 - 50 of 65) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c147 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)
H A Dratectrl.c48 * 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);
1134 if (cpi->mb.zbin_over_quant > 0)
1136 int Z = cpi->mb.zbin_over_quant;
1213 cpi->mb.zbin_over_quant = 0;
1327 while (cpi->mb
[all...]
H A Dencodemv.c367 cpi->mb.MVcount[0], 0, &flags[0]
371 cpi->mb.MVcount[1], 1, &flags[1]
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
H A Donyx_int.h203 MACROBLOCK mb; member in struct:__anon1089
311 MACROBLOCK mb; member in struct:VP8_COMP
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c29 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;
H A Dvp9_temporal_filter.c131 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)
H A Dvp9_onyx_if.c123 MACROBLOCK *const mb = &cpi->mb; local
126 mb->mvcost = mb->nmvcost_hp;
127 mb->mvsadcost = mb->nmvsadcost_hp;
129 mb->mvcost = mb->nmvcost;
130 mb->mvsadcost = mb
[all...]
H A Dvp9_encodeframe.c133 unsigned int var = get_sby_perpixel_diff_variance(cpi, &cpi->mb,
149 unsigned int var = get_sby_perpixel_diff_variance(cpi, &cpi->mb,
209 MACROBLOCK *const x = &cpi->mb;
304 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
475 MACROBLOCK *x = &cpi->mb;
476 MACROBLOCKD *xd = &cpi->mb.e_mbd;
642 // Calculate an "average" mb activity value for the frame
700 // Calculate an activity index for each mb
717 // Calculate normalized mb activity number.
754 MACROBLOCK *const x = &cpi->mb;
[all...]
H A Dvp9_tokenize.c171 struct macroblock_plane *p = &args->cpi->mb.plane[plane];
216 struct macroblock_plane *p = &cpi->mb.plane[plane];
311 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
H A Dvp9_picklpf.c37 vp9_loop_filter_frame(cm, &cpi->mb.e_mbd, filt_level, 1, partial_frame);
H A Dvp9_bitstream.c86 const MACROBLOCKD *const xd = &cpi->mb.e_mbd;
99 const MACROBLOCKD *const xd = &cpi->mb.e_mbd;
194 const MACROBLOCKD *const xd = &cpi->mb.e_mbd;
232 const MACROBLOCK *const x = &cpi->mb;
336 const MACROBLOCKD *const xd = &cpi->mb.e_mbd;
375 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
421 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
479 vp9_zero(cpi->mb.e_mbd.left_seg_context);
1114 MACROBLOCKD *const xd = &cpi->mb.e_mbd;
H A Dvp9_ratectrl.c117 vp9_copy(cc->nmvjointcost, cpi->mb.nmvjointcost);
118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts);
119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp);
138 vp9_copy(cpi->mb.nmvjointcost, cc->nmvjointcost);
139 vp9_copy(cpi->mb.nmvcosts, cc->nmvcosts);
140 vp9_copy(cpi->mb.nmvcosts_hp, cc->nmvcosts_hp);
H A Dvp9_onyx_int.h287 MACROBLOCK mb; member in struct:VP9_COMP
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_int.h68 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
120 /* the mb num from which modes and mvs (first partition) are corrupt */
H A Ddecodeframe.c502 MACROBLOCKD *const xd = & pbi->mb;
617 * Note that for the first mb with corrupt residual in a frame,
659 ++xd->mode_info_context; /* next mb */
699 lf_mic++; /* Skip border mb */
905 MACROBLOCKD *const xd = & pbi->mb;
975 MACROBLOCKD *const xd = &pbi->mb;
1206 vp8_mb_init_dequantizer(pbi, &pbi->mb);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h820 #define mboolset(mb, bit) ((mb) |= (bit)) /* set one bool */
821 #define mboolclr(mb, bit) ((mb) &= ~(bit)) /* clear one bool */
822 #define mboolisset(mb, bit) (((mb) & (bit)) != 0) /* TRUE if one bool is set */
823 #define mboolmaskset(mb, mask, val) ((mb) = (((mb) & ~(mask)) | (val)))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h262 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
265 int vp8_mbuverror_c(struct macroblock *mb);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c681 MACROBLOCKD *xd = &pbi->mb;
687 lf_data->xd = pbi->mb;
959 tile_data->xd = pbi->mb;
983 pbi->mb.corrupted |= !vp9_worker_sync(worker);
1139 setup_quantization(cm, &pbi->mb, rb);
1155 MACROBLOCKD *const xd = &pbi->mb;
1256 MACROBLOCKD *const xd = &pbi->mb;
1292 init_macroblockd(cm, &pbi->mb);
H A Dvp9_decoder.c364 vp9_loop_filter_frame_mt(pbi, cm, &pbi->mb, cm->lf.filter_level, 0, 0);
366 vp9_loop_filter_frame(cm, &pbi->mb, cm->lf.filter_level, 0, 0);
H A Dvp9_dthread.c184 lf_data->xd = pbi->mb;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h262 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
265 int vp8_mbuverror_c(struct macroblock *mb);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h280 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
283 int vp8_mbuverror_c(struct macroblock *mb);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h201 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
202 int vp8_mbblock_error_mmx(struct macroblock *mb, int dc);
203 int vp8_mbblock_error_xmm(struct macroblock *mb, int dc);
204 RTCD_EXTERN int (*vp8_mbblock_error)(struct macroblock *mb, int dc);
215 int vp8_mbuverror_c(struct macroblock *mb);
216 int vp8_mbuverror_mmx(struct macroblock *mb);
217 int vp8_mbuverror_xmm(struct macroblock *mb);
218 RTCD_EXTERN int (*vp8_mbuverror)(struct macroblock *mb);
/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/
H A Dbmpx8x.cxx68 mb = i2cReadReg_16 (BMP085_CAL_MB);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h302 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
305 int vp8_mbuverror_c(struct macroblock *mb);

Completed in 664 milliseconds

123