Searched refs:chroma_mode (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_il.c | 41 int luma_mode, chroma_mode, alpha_mode; ///<FilterMode member 59 {"chroma_mode", "select chroma mode", OFFSET(chroma_mode), AV_OPT_TYPE_INT, {.i64=MODE_NONE}, MODE_NONE, MODE_DEINTERLEAVE, FLAGS, "chroma_mode"}, 60 {"c", "select chroma mode", OFFSET(chroma_mode), AV_OPT_TYPE_INT, {.i64=MODE_NONE}, MODE_NONE, MODE_DEINTERLEAVE, FLAGS, "chroma_mode"}, 61 {"none", NULL, 0, AV_OPT_TYPE_CONST, {.i64=MODE_NONE}, 0, 0, FLAGS, "chroma_mode"}, 62 {"interleave", NULL, 0, AV_OPT_TYPE_CONST, {.i64=MODE_INTERLEAVE}, 0, 0, FLAGS, "chroma_mode"}, 63 {"i", NULL, 0, AV_OPT_TYPE_CONST, {.i64=MODE_INTERLEAVE}, 0, 0, FLAGS, "chroma_mode"}, 64 {"deinterleave", NULL, 0, AV_OPT_TYPE_CONST, {.i64=MODE_DEINTERLEAVE}, 0, 0, FLAGS, "chroma_mode"}, [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdec.c | 2097 int chroma_mode; in intra_prediction_unit() local 2120 lc->pu.chroma_mode_c[2 * i + j] = chroma_mode = ff_hevc_intra_chroma_pred_mode_decode(s); in intra_prediction_unit() 2121 if (chroma_mode != 4) { in intra_prediction_unit() 2122 if (lc->pu.intra_pred_mode[2 * i + j] == intra_chroma_table[chroma_mode]) in intra_prediction_unit() 2125 lc->pu.intra_pred_mode_c[2 * i + j] = intra_chroma_table[chroma_mode]; in intra_prediction_unit() 2133 lc->pu.chroma_mode_c[0] = chroma_mode = ff_hevc_intra_chroma_pred_mode_decode(s); in intra_prediction_unit() 2134 if (chroma_mode != 4) { in intra_prediction_unit() 2135 if (lc->pu.intra_pred_mode[0] == intra_chroma_table[chroma_mode]) in intra_prediction_unit() 2138 mode_idx = intra_chroma_table[chroma_mode]; in intra_prediction_unit() 2144 chroma_mode in intra_prediction_unit() [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 565 fate-filter-pixfmts-il: CMD = pixfmts "luma_mode=d:chroma_mode=d:alpha_mode=d"
|
Completed in 8 milliseconds