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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 216 } VPX_SCALING_MODE;
257 typedef struct vpx_scaling_mode { struct
258 VPX_SCALING_MODE h_scaling_mode; /**< horizontal scaling mode */
259 VPX_SCALING_MODE v_scaling_mode; /**< vertical scaling mode */
  /external/libvpx/libvpx/test/
resize_test.cc 202 struct vpx_scaling_mode mode = {VP8E_ONETWO, VP8E_ONETWO};
206 struct vpx_scaling_mode mode = {VP8E_NORMAL, VP8E_NORMAL};
213 struct vpx_scaling_mode mode = {VP8E_FOURFIVE, VP8E_THREEFIVE};
217 struct vpx_scaling_mode mode = {VP8E_NORMAL, VP8E_NORMAL};
encode_test_driver.h 132 void Control(int ctrl_id, struct vpx_scaling_mode *arg) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
resize_test.cc 199 struct vpx_scaling_mode mode = {VP8E_FOURFIVE, VP8E_THREEFIVE};
203 struct vpx_scaling_mode mode = {VP8E_NORMAL, VP8E_NORMAL};
encode_test_driver.h 124 void Control(int ctrl_id, struct vpx_scaling_mode *arg) {
  /external/libvpx/libvpx/vpx/
vp8cx.h 568 } VPX_SCALING_MODE;
635 typedef struct vpx_scaling_mode { struct
636 VPX_SCALING_MODE h_scaling_mode; /**< horizontal scaling mode */
637 VPX_SCALING_MODE v_scaling_mode; /**< vertical scaling mode */

Completed in 3623 milliseconds