Home
last modified time | relevance | path

Searched refs:valid_ref_frame_size (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/common/
Dscale.h57 static INLINE int valid_ref_frame_size(int ref_width, int ref_height, in valid_ref_frame_size() function
Dscale.c68 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/
Dvp9_scale.h61 static INLINE int valid_ref_frame_size(int ref_width, int ref_height, in valid_ref_frame_size() function
Dvp9_scale.c53 if (!valid_ref_frame_size(other_w, other_h, this_w, this_h)) {
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c643 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/
Dav1_cx_iface.c863 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/
Dvp9_decodeframe.c1578 valid_ref_frame_size(ref_frame->buf->y_crop_width, in setup_frame_size_with_refs()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2488 valid_ref_frame_size(ref_frame->buf.y_crop_width, in setup_frame_size_with_refs()