Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dsvc_context.h28 ALT_INTER_LAYER_PREDICTION_IP, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c269 svc_ctx->encoding_mode = ALT_INTER_LAYER_PREDICTION_IP; in set_option_encoding_mode()
677 case ALT_INTER_LAYER_PREDICTION_IP: in calculate_enc_frame_flags()
777 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP && in set_svc_parameters()
812 svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP && in set_svc_parameters()
817 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP) { in set_svc_parameters()
887 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP && in vpx_svc_encode()
1073 if (svc_ctx->encoding_mode == ALT_INTER_LAYER_PREDICTION_IP && in vpx_svc_dump_statistics()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c33 {"alt-ip", ALT_INTER_LAYER_PREDICTION_IP},
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc142 EXPECT_EQ(ALT_INTER_LAYER_PREDICTION_IP, svc_.encoding_mode); in TEST_F()