HomeSort by relevance Sort by last modified time
    Searched refs:mbmi_ext_base (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 75 MB_MODE_INFO_EXT *mbmi_ext_base; member in struct:macroblock
vp9_encoder.h 451 MB_MODE_INFO_EXT *mbmi_ext_base; member in struct:VP9_COMP
vp9_encoder.c 751 vpx_free(cpi->mbmi_ext_base);
752 cpi->mbmi_ext_base = NULL;
    [all...]
vp9_bitstream.c 377 cpi->td.mb.mbmi_ext_base + (mi_row * cm->mi_cols + mi_col);
    [all...]
vp9_encodeframe.c 203 x->mbmi_ext = x->mbmi_ext_base + (mi_row * cm->mi_cols + mi_col);
    [all...]

Completed in 66 milliseconds