Lines Matching refs:codec
124 (mode_name && ((codec_ids[codec] == AV_CODEC_ID_H264) ? \
143 int codec, int chroma_format, int bit_depth)
151 if (check_pred_func(h->pred4x4[pred_mode], "4x4", pred4x4_modes[codec][pred_mode])) {
164 int codec, int chroma_format, int bit_depth)
171 pred8x8_modes[codec][pred_mode])) {
183 int codec, int chroma_format, int bit_depth)
190 if (check_pred_func(h->pred16x16[pred_mode], "16x16", pred16x16_modes[codec][pred_mode])) {
203 int codec, int chroma_format, int bit_depth)
205 if (chroma_format == 1 && codec_ids[codec] == AV_CODEC_ID_H264) {
210 if (check_pred_func(h->pred8x8l[pred_mode], "8x8l", pred4x4_modes[codec][pred_mode])) {
248 int test, codec, chroma_format, bit_depth;
251 for (codec = 0; codec < 4; codec++) {
252 int codec_id = codec_ids[codec];
256 tests[test].func(&h, buf0, buf1, codec, chroma_format, bit_depth);