Searched refs:chroma_width (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h48 unsigned chroma_width, chroma_height; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c867 if (!vl_zscan_init(&dec->zscan_c, dec->base.context, dec->chroma_width, dec->chroma_height,
935 if(!vl_idct_init(&dec->idct_c, dec->base.context, dec->chroma_width, dec->chroma_height,
1065 dec->chroma_width = dec->base.width / 2;
1069 dec->chroma_width = dec->base.width;
1073 dec->chroma_width = dec->base.width;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h48 unsigned chroma_width, chroma_height; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c867 if (!vl_zscan_init(&dec->zscan_c, dec->base.context, dec->chroma_width, dec->chroma_height,
935 if(!vl_idct_init(&dec->idct_c, dec->base.context, dec->chroma_width, dec->chroma_height,
1065 dec->chroma_width = dec->base.width / 2;
1069 dec->chroma_width = dec->base.width;
1073 dec->chroma_width = dec->base.width;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h132 size_t chroma_width = frame->GetChromaWidth(); local
141 for (size_t j = 0; j < chroma_width; ++j) {

Completed in 137 milliseconds