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