OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_dc_uv_quant
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/common/
quant_common.h
20
extern int
vp8_dc_uv_quant
(int QIndex, int Delta);
quant_common.c
69
int
vp8_dc_uv_quant
(int QIndex, int Delta)
function
/external/libvpx/vp8/encoder/
encodeframe.c
199
quant_val =
vp8_dc_uv_quant
(Q, cpi->common.uvdc_delta_q);
268
quant_val =
vp8_dc_uv_quant
(Q, cpi->common.uvdc_delta_q);
[
all
...]
/external/libvpx/vp8/decoder/
decodframe.c
50
pc->UVdequant[Q][0] = (short)
vp8_dc_uv_quant
(Q, pc->uvdc_delta_q);
Completed in 2457 milliseconds