Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h48 unsigned chroma_width, chroma_height; member
Dvl_mpeg12_decoder.c867 if (!vl_zscan_init(&dec->zscan_c, dec->base.context, dec->chroma_width, dec->chroma_height, in init_zscan()
935 if(!vl_idct_init(&dec->idct_c, dec->base.context, dec->chroma_width, dec->chroma_height, in init_idct()
1066 dec->chroma_height = dec->base.height / 2; in vl_create_mpeg12_decoder()
1070 dec->chroma_height = dec->base.height / 2; in vl_create_mpeg12_decoder()
1074 dec->chroma_height = dec->base.height; in vl_create_mpeg12_decoder()