Home
last modified time | relevance | path

Searched refs:dqprofile (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvaapi_vc1.c359 .dq_profile = v->dqprofile, in vaapi_vc1_start_frame()
360 .dq_sb_edge = v->dqprofile == DQPROFILE_SINGLE_EDGE ? v->dqsbedge : 0, in vaapi_vc1_start_frame()
361 .dq_db_edge = v->dqprofile == DQPROFILE_DOUBLE_EDGES ? v->dqsbedge : 0, in vaapi_vc1_start_frame()
H A Dvc1.h244 uint8_t dqprofile; member
H A Dvc1_block.c185 if (v->dqprofile == DQPROFILE_ALL_MBS) { \
196 if (v->dqprofile == DQPROFILE_SINGLE_EDGE) \
198 else if (v->dqprofile == DQPROFILE_DOUBLE_EDGES) \
200 else if (v->dqprofile == DQPROFILE_FOUR_EDGES) \
H A Dvc1.c242 v->dqprofile = get_bits(gb, 2); in vop_dquant_decoding()
243 switch (v->dqprofile) { in vop_dquant_decoding()

Completed in 13 milliseconds