Searched refs:h263d_fmt_to_dimension (Results 1 – 1 of 1) sorted by relevance
99 static RK_U32 h263d_fmt_to_dimension[8][2] = { variable170 hdr_curr->width = h263d_fmt_to_dimension[val][0]; in h263_parse_picture_header()171 hdr_curr->height = h263d_fmt_to_dimension[val][1]; in h263_parse_picture_header()