Home
last modified time | relevance | path

Searched refs:INTER_LAYER_PREDICTION_IP (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dsvc_context.h29 INTER_LAYER_PREDICTION_IP, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c34 {"ip", INTER_LAYER_PREDICTION_IP},
89 INTER_LAYER_PREDICTION_IP;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc45 svc_.encoding_mode = INTER_LAYER_PREDICTION_IP; in SetUp()
151 EXPECT_EQ(INTER_LAYER_PREDICTION_IP, svc_.encoding_mode); in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c271 svc_ctx->encoding_mode = INTER_LAYER_PREDICTION_IP; in set_option_encoding_mode()
699 case INTER_LAYER_PREDICTION_IP: in calculate_enc_frame_flags()