Searched refs:rd_tx_select_threshes (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h363 int rd_tx_select_threshes[MAX_REF_FRAMES][TX_MODES]; member in struct:VP9_COMP
H A Dvp9_encodeframe.c2515 return cpi->rd_tx_select_threshes[frame_type][ALLOW_32X32] >
2516 cpi->rd_tx_select_threshes[frame_type][TX_MODE_SELECT] ?
3120 vp9_zero(cpi->rd_tx_select_threshes);
3286 cpi->rd_tx_select_threshes[frame_type][i] += diff;
3287 cpi->rd_tx_select_threshes[frame_type][i] /= 2;
H A Dvp9_onyx_if.c2663 vp9_zero(cpi->rd_tx_select_threshes);

Completed in 57 milliseconds