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

  /external/libvpx/libvpx/test/
resize_test.cc 344 struct vpx_scaling_mode mode = { VP8E_ONETWO, VP8E_ONETWO };
348 struct vpx_scaling_mode mode = { VP8E_NORMAL, VP8E_NORMAL };
355 struct vpx_scaling_mode mode = { VP8E_FOURFIVE, VP8E_THREEFIVE };
359 struct vpx_scaling_mode mode = { VP8E_NORMAL, VP8E_NORMAL };
encode_test_driver.h 121 void Control(int ctrl_id, struct vpx_scaling_mode *arg) {
  /external/libvpx/libvpx/vpx/
vp8cx.h 608 } VPX_SCALING_MODE;
675 typedef struct vpx_scaling_mode { struct
676 VPX_SCALING_MODE h_scaling_mode; /**< horizontal scaling mode */
677 VPX_SCALING_MODE v_scaling_mode; /**< vertical scaling mode */

Completed in 197 milliseconds