Searched refs:chroma_width (Results 1 – 5 of 5) sorted by relevance
135 size_t chroma_width = frame->GetChromaWidth(); in CheckFrameColorYuv() local144 for (size_t j = 0; j < chroma_width; ++j) { in CheckFrameColorYuv()
51 unsigned chroma_width, chroma_height; member
951 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()
870 chroma_width = block_width >> ss_x; in av1_highbd_apply_temporal_filter_sse4_1() local917 for (blk_col = 0; blk_col < chroma_width; blk_col += 8) { in av1_highbd_apply_temporal_filter_sse4_1()
933 chroma_width = block_width >> ss_x; in av1_apply_temporal_filter_sse4_1() local976 for (blk_col = 0; blk_col < chroma_width; blk_col += 8) { in av1_apply_temporal_filter_sse4_1()