Searched refs:RV_GET_MINOR_VER (Results 1 – 1 of 1) sorted by relevance
46 #define RV_GET_MINOR_VER(x) (((x) >> 20) & 0xFF) macro202 if (RV_GET_MINOR_VER(rv->sub_id) >= 2) in rv20_decode_picture_header()205 if (RV_GET_MINOR_VER(rv->sub_id) <= 1) in rv20_decode_picture_header()296 if (RV_GET_MINOR_VER(rv->sub_id) <= 1 && s->pict_type == AV_PICTURE_TYPE_B) in rv20_decode_picture_header()394 minor_ver = RV_GET_MINOR_VER(rv->sub_id); in rv10_decode_init()