OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_scaling_mode
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx/
vp8cx.h
210
}
VPX_SCALING_MODE
;
251
typedef struct
vpx_scaling_mode
{
struct
252
VPX_SCALING_MODE
h_scaling_mode; /**< horizontal scaling mode */
253
VPX_SCALING_MODE
v_scaling_mode; /**< vertical scaling mode */
/external/libvpx/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
121
void Control(int ctrl_id, struct
vpx_scaling_mode
*arg) {
Completed in 39 milliseconds