OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_get_qindex
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_quant_common.h
26
int
vp9_get_qindex
(struct segmentation *seg, int segment_id, int base_qindex);
vp9_quant_common.c
133
int
vp9_get_qindex
(struct segmentation *seg, int segment_id, int base_qindex) {
function
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
262
const int qindex =
vp9_get_qindex
(&cpi->common.seg, segment_id,
vp9_rdopt.c
197
int segment_qindex =
vp9_get_qindex
(&cm->seg, segment_id, cm->base_qindex);
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
418
setup_plane_dequants(cm, xd,
vp9_get_qindex
(&cm->seg, mbmi->segment_id,
[
all
...]
Completed in 291 milliseconds