Searched refs:valid_ref_frame_size (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | scale.h | 57 static INLINE int valid_ref_frame_size(int ref_width, int ref_height, in valid_ref_frame_size() function
|
D | scale.c | 68 if (!valid_ref_frame_size(other_w, other_h, this_w, this_h)) { in av1_setup_scale_factors_for_frame()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.h | 61 static INLINE int valid_ref_frame_size(int ref_width, int ref_height, in valid_ref_frame_size() function
|
D | vp9_scale.c | 53 if (!valid_ref_frame_size(other_w, other_h, this_w, this_h)) {
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 643 if (!valid_ref_frame_size(ctx->cfg.g_w, ctx->cfg.g_h, cfg->g_w, cfg->g_h) || in encoder_set_config()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 863 if (!valid_ref_frame_size(ctx->cfg.g_w, ctx->cfg.g_h, cfg->g_w, cfg->g_h) || in encoder_set_config()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1578 valid_ref_frame_size(ref_frame->buf->y_crop_width, in setup_frame_size_with_refs()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2488 valid_ref_frame_size(ref_frame->buf.y_crop_width, in setup_frame_size_with_refs()
|