HomeSort by relevance Sort by last modified time
    Searched defs:mbmi_ext (Results 1 - 12 of 12) sorted by null

  /external/libaom/libaom/av1/encoder/
context_tree.h 40 MB_MODE_INFO_EXT mbmi_ext; member in struct:__anon26589
block.h 247 MB_MODE_INFO_EXT *mbmi_ext; member in struct:macroblock
bitstream.c 99 const MB_MODE_INFO_EXT *mbmi_ext, aom_writer *w) {
108 if (mbmi_ext->ref_mv_count[ref_frame_type] > idx + 1) {
110 av1_drl_ctx(mbmi_ext->ref_mv_stack[ref_frame_type], idx);
124 if (mbmi_ext->ref_mv_count[ref_frame_type] > idx + 1) {
126 av1_drl_ctx(mbmi_ext->ref_mv_stack[ref_frame_type], idx);
373 x->mbmi_ext->cb_offset / (TX_SIZE_W_MIN * TX_SIZE_H_MIN);
375 x->mbmi_ext->cb_coef_buff->tcoeff[plane] + x->mbmi_ext->cb_offset;
376 uint16_t *eob_txb = x->mbmi_ext->cb_coef_buff->eobs[plane] + txb_offset;
378 x->mbmi_ext->cb_coef_buff->txb_skip_ctx[plane] + txb_offset
1044 const MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
1280 const MB_MODE_INFO_EXT *const *mbmi_ext = local
    [all...]
encodeframe.c 354 *x->mbmi_ext = ctx->mbmi_ext;
583 *x->mbmi_ext = ctx->mbmi_ext;
911 const MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
    [all...]
rdopt.c 7017 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
8047 const MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
10151 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
10182 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
10642 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
10959 MB_MODE_INFO_EXT *mbmi_ext = x->mbmi_ext; local
11352 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
11489 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 28 MB_MODE_INFO_EXT mbmi_ext; member in struct:__anon29860
vp9_encodemv.c 239 static void inc_mvs(const MODE_INFO *mi, const MB_MODE_INFO_EXT *mbmi_ext,
244 const MV *ref = &mbmi_ext->ref_mvs[mi->ref_frame[i]][0].as_mv;
254 const MB_MODE_INFO_EXT *mbmi_ext = td->mb.mbmi_ext; local
265 inc_mvs(mi, mbmi_ext, mi->bmi[i].as_mv, &td->counts->mv);
269 if (mi->mode == NEWMV) inc_mvs(mi, mbmi_ext, mi->mv, &td->counts->mv);
vp9_block.h 74 MB_MODE_INFO_EXT *mbmi_ext; member in struct:macroblock
vp9_bitstream.c 236 const MB_MODE_INFO_EXT *const mbmi_ext, vpx_writer *w,
288 const int mode_ctx = mbmi_ext->mode_context[mi->ref_frame[0]];
321 &mbmi_ext->ref_mvs[mi->ref_frame[ref]][0].as_mv,
330 &mbmi_ext->ref_mvs[mi->ref_frame[ref]][0].as_mv, nmvc,
377 const MB_MODE_INFO_EXT *const mbmi_ext = local
390 pack_inter_mode_mvs(cpi, xd, mbmi_ext, w, max_mv_magnitude,
    [all...]
vp9_pickmode.c 145 x->mbmi_ext->mode_context[ref_frame] = counter_to_context[context_counter];
165 const MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv;
195 mvp_full = x->mbmi_ext->ref_mvs[ref][x->mv_best_ref_index[ref]].as_mv;
226 cpi->inter_mode_cost[x->mbmi_ext->mode_context[ref]][INTER_OFFSET(NEWMV)];
2614 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
    [all...]
vp9_encodeframe.c 250 x->mbmi_ext = x->mbmi_ext_base + (mi_row * cm->mi_cols + mi_col);
2037 const MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
    [all...]
vp9_rdopt.c 1436 const MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
1885 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
2293 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
2598 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
3157 MB_MODE_INFO_EXT *const mbmi_ext = x->mbmi_ext; local
4215 MB_MODE_INFO_EXT *mbmi_ext = x->mbmi_ext; local
    [all...]

Completed in 200 milliseconds