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

  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 189 } TX_SIZE_SEARCH_METHOD;
257 TX_SIZE_SEARCH_METHOD tx_size_search_method; member in struct:__anon23089
vp9_onyx_if.c 731 sf->tx_size_search_method = USE_FULL_RD;
787 sf->tx_size_search_method = frame_is_intra_only(&cpi->common)
808 sf->tx_size_search_method = frame_is_intra_only(&cpi->common)
846 sf->tx_size_search_method = USE_LARGESTALL;
881 sf->tx_size_search_method = USE_LARGESTALL;
922 sf->tx_size_search_method = frame_is_intra_only(&cpi->common) ?
    [all...]
vp9_rdopt.c 249 cpi->mb.select_txfm_size = (cpi->sf.tx_size_search_method == USE_LARGESTALL &&
    [all...]
vp9_encodeframe.c     [all...]

Completed in 33 milliseconds