Home
last modified time | relevance | path

Searched refs:divide_quant_dc_luma (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dintrax8.h58 int divide_quant_dc_luma; member
Dintrax8.c612 int32_t divide_quant = !chroma ? w->divide_quant_dc_luma in x8_decode_intra_mb()
757 w->divide_quant_dc_luma = ((1 << 16) + (w->quant >> 1)) / w->quant; in ff_intrax8_decode_picture()
760 w->divide_quant_dc_chroma = w->divide_quant_dc_luma; in ff_intrax8_decode_picture()