Searched refs:segment_encode_breakout (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dset_roi.cc104 static_cast<unsigned int>(cpi.segment_encode_breakout[i]);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h422 int segment_encode_breakout[MAX_SEGMENTS]; member in struct:VP9_COMP
H A Dvp9_onyx_if.c899 cpi->segment_encode_breakout[i] = cpi->oxcf.encode_breakout;
3375 cpi->segment_encode_breakout[i] = threshold[i];
H A Dvp9_encodeframe.c277 x->encode_breakout = cpi->segment_encode_breakout[mbmi->segment_id];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h503 int segment_encode_breakout[MAX_MB_SEGMENTS]; member in struct:VP8_COMP
H A Donyx_if.c1589 cpi->segment_encode_breakout[i] = cpi->oxcf.encode_breakout;
5526 cpi->segment_encode_breakout[0] = threshold[0];
5527 cpi->segment_encode_breakout[1] = threshold[1];
5528 cpi->segment_encode_breakout[2] = threshold[2];
5529 cpi->segment_encode_breakout[3] = threshold[3];
H A Dencodeframe.c1222 x->encode_breakout = cpi->segment_encode_breakout[xd->mode_info_context->mbmi.segment_id];

Completed in 97 milliseconds