Lines Matching refs:chroma_format
143 int codec, int chroma_format, int bit_depth)
145 if (chroma_format == 1) {
164 int codec, int chroma_format, int bit_depth)
170 if (check_pred_func(h->pred8x8[pred_mode], (chroma_format == 2) ? "8x16" : "8x8",
183 int codec, int chroma_format, int bit_depth)
185 if (chroma_format == 1) {
203 int codec, int chroma_format, int bit_depth)
205 if (chroma_format == 1 && codec_ids[codec] == AV_CODEC_ID_H264) {
248 int test, codec, chroma_format, bit_depth;
254 for (chroma_format = 1; chroma_format <= (codec_id == AV_CODEC_ID_H264 ? 2 : 1); chroma_format++) {
255 ff_h264_pred_init(&h, codec_id, bit_depth, chroma_format);
256 tests[test].func(&h, buf0, buf1, codec, chroma_format, bit_depth);