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

  /external/libvpx/libvpx/vp8/common/
blockd.h 188 LOWER_RES_MB_INFO *mb_info; member in struct:__anon21206
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 87 LOWER_RES_MB_INFO* store_mode_info = store_info->mb_info;
pickinter.c 415 = ((LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info)->mb_info;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 558 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
559 if(!(shared_mem_loc->mb_info))
665 free(shared_mem_loc->mb_info);
    [all...]
  /external/grub/grub/
asmstub.c 311 multi_boot (int start, int mb_info)
  /external/grub/stage2/
shared.h 385 #include "mb_info.h"
740 void multi_boot (int start, int mb_info) __attribute__ ((noreturn));

Completed in 3257 milliseconds