Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_ps.c651 pps->dequant8_coeff[i] = pps->dequant8_buffer[i]; in init_dequant8_coeff_table()
655 pps->dequant8_coeff[i] = pps->dequant8_buffer[j]; in init_dequant8_coeff_table()
665 pps->dequant8_coeff[i][q][(x >> 3) | ((x & 7) << 3)] = in init_dequant8_coeff_table()
702 memset(pps->dequant8_coeff, 0, sizeof(pps->dequant8_coeff)); in init_dequant_tables()
713 pps->dequant8_coeff[i][0][x] = 1 << 6; in init_dequant_tables()
Dh264_ps.h137 uint32_t(*dequant8_coeff[6])[64]; member
Dh264_cavlc.c672 h->ps.pps->dequant8_coeff[cqm][qscale], 16) < 0 ) in decode_luma_residual()
Dh264_cabac.c1892 … scan8x8, h->ps.pps->dequant8_coeff[cqm][qscale], 64); in decode_cabac_luma_residual()