OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_ac_uv_quant
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
quant_common.h
21
extern int
vp8_ac_uv_quant
(int QIndex, int Delta);
quant_common.c
122
int
vp8_ac_uv_quant
(int QIndex, int Delta)
function
/external/libvpx/libvpx/vp8/encoder/
quantize.c
492
quant_val =
vp8_ac_uv_quant
(Q, cpi->common.uvac_delta_q);
581
quant_val =
vp8_ac_uv_quant
(Q, cpi->common.uvac_delta_q);
/external/libvpx/libvpx/vp8/decoder/
decodframe.c
53
pc->UVdequant[Q][1] = (short)
vp8_ac_uv_quant
(Q, pc->uvac_delta_q);
[
all
...]
Completed in 8557 milliseconds