Home
last modified time | relevance | path

Searched refs:chroma_qscale_table (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263.c181 const int chroma_qp= s->chroma_qscale_table[qp_tc]; in ff_h263_loop_filter()
199 const int chroma_qp= s->chroma_qscale_table[qp_dt]; in ff_h263_loop_filter()
223 const int chroma_qp= s->chroma_qscale_table[qp_lc]; in ff_h263_loop_filter()
Dmpegvideo.h190 const uint8_t *chroma_qscale_table; ///< qscale -> chroma_qscale (H.263) member
Drv10.c515 s->chroma_qscale_table = ff_h263_chroma_qscale_table; in rv10_decode_packet()
Dituh263dec.c1110 s->chroma_qscale_table= ff_h263_chroma_qscale_table; in ff_h263_decode_picture_header()
Dmpegvideo.c680 s->chroma_qscale_table = ff_default_chroma_qscale_table; in ff_mpv_common_defaults()
2339 s->chroma_qscale= s->chroma_qscale_table[qscale]; in ff_set_qscale()
Dmpegvideo_enc.c983 s->chroma_qscale_table = ff_h263_chroma_qscale_table; in ff_mpv_encode_init()