Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dfakevideorenderer.h135 size_t chroma_width = frame->GetChromaWidth(); in CheckFrameColorYuv() local
144 for (size_t j = 0; j < chroma_width; ++j) { in CheckFrameColorYuv()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.h51 unsigned chroma_width, chroma_height; member
Dvl_mpeg12_decoder.c951 if (!vl_zscan_init(&dec->zscan_c, dec->context, dec->chroma_width, dec->chroma_height, in init_zscan()
1019 if(!vl_idct_init(&dec->idct_c, dec->context, dec->chroma_width, dec->chroma_height, in init_idct()
1140 dec->chroma_width = dec->base.width / 2; in vl_create_mpeg12_decoder()
1144 dec->chroma_width = dec->base.width / 2; in vl_create_mpeg12_decoder()
1148 dec->chroma_width = dec->base.width; in vl_create_mpeg12_decoder()
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_temporal_filter_sse4.c870 chroma_width = block_width >> ss_x; in av1_highbd_apply_temporal_filter_sse4_1() local
917 for (blk_col = 0; blk_col < chroma_width; blk_col += 8) { in av1_highbd_apply_temporal_filter_sse4_1()
Dtemporal_filter_sse4.c933 chroma_width = block_width >> ss_x; in av1_apply_temporal_filter_sse4_1() local
976 for (blk_col = 0; blk_col < chroma_width; blk_col += 8) { in av1_apply_temporal_filter_sse4_1()