Searched refs:vwidth (Results 1 – 2 of 2) sorted by relevance
99 uint16_t vwidth; /* av_assert0(vwidth%16==0) */175 uint16_t vwidth, vheight; member378 uint16_t vwidth, vheight; in nsv_parse_NSVs_header() local386 vwidth = avio_rl16(pb); in nsv_parse_NSVs_header()411 av_log(s, AV_LOG_TRACE, "NSV NSVs vsize %dx%d\n", vwidth, vheight); in nsv_parse_NSVs_header()417 nsv->vwidth = vwidth; in nsv_parse_NSVs_header()418 nsv->vheight = vwidth; in nsv_parse_NSVs_header()433 st->codecpar->width = vwidth; in nsv_parse_NSVs_header()473 … if (nsv->vtag != vtag || nsv->atag != atag || nsv->vwidth != vwidth || nsv->vheight != vwidth) { in nsv_parse_NSVs_header()
1003 int vwidth = mb_width + 1; in vp7_calculate_mb_offset() local1004 int new = (mb_y + yoffset) * vwidth + mb_x + xoffset; in vp7_calculate_mb_offset()1005 if (new < boundary || new % vwidth == vwidth - 1) in vp7_calculate_mb_offset()1007 *edge_y = new / vwidth; in vp7_calculate_mb_offset()1008 *edge_x = new % vwidth; in vp7_calculate_mb_offset()