OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y1dc_delta_q
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vp8/common/
onyxc_int.h
129
int
y1dc_delta_q
;
member in struct:VP8Common
/external/libvpx/vp8/decoder/
decodframe.c
48
pc->Y1dequant[Q][0] = (short)vp8_dc_quant(Q, pc->
y1dc_delta_q
);
764
pc->
y1dc_delta_q
= get_delta_q(bc, pc->
y1dc_delta_q
, &q_update);
/external/libvpx/vp8/encoder/
encodeframe.c
181
quant_val = vp8_dc_quant(Q, cpi->common.
y1dc_delta_q
);
254
quant_val = vp8_dc_quant(Q, cpi->common.
y1dc_delta_q
);
765
vp8_initialize_rd_consts(cpi, vp8_dc_quant(cm->base_qindex, cm->
y1dc_delta_q
));
[
all
...]
bitstream.c
[
all
...]
firstpass.c
541
vp8_initialize_rd_consts(cpi, vp8_dc_quant(cm->base_qindex, cm->
y1dc_delta_q
));
[
all
...]
onyx_if.c
[
all
...]
Completed in 831 milliseconds