Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h263/
H A Dh263d_parser.c99 static RK_U32 h263d_fmt_to_dimension[8][2] = { variable
170 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()