HomeSort by relevance Sort by last modified time
    Searched full:get_bsize (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 363 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) { function
533 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 461 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) { function
584 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col);
    [all...]

Completed in 1516 milliseconds