Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c649 pps->dequant8_coeff[i] = pps->dequant8_buffer[i]; in init_dequant8_coeff_table()
653 pps->dequant8_coeff[i] = pps->dequant8_buffer[j]; in init_dequant8_coeff_table()
663 pps->dequant8_coeff[i][q][(x >> 3) | ((x & 7) << 3)] = in init_dequant8_coeff_table()
700 memset(pps->dequant8_coeff, 0, sizeof(pps->dequant8_coeff)); in init_dequant_tables()
711 pps->dequant8_coeff[i][0][x] = 1 << 6; in init_dequant_tables()
H A Dh264_ps.h137 uint32_t(*dequant8_coeff[6])[64]; member
H A Dh264_cavlc.c670 h->ps.pps->dequant8_coeff[cqm][qscale], 16) < 0 ) in decode_luma_residual()
H A Dh264_cabac.c1901 scan8x8, h->ps.pps->dequant8_coeff[cqm][qscale], 64); in decode_cabac_luma_residual()

Completed in 9 milliseconds