OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_compute_rd_mult
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.h
23
int
vp9_compute_rd_mult
(VP9_COMP *cpi, int qindex);
vp9_vaq.c
79
int base_rdmult =
vp9_compute_rd_mult
(cpi, cm->base_qindex +
103
segment_rdmult =
vp9_compute_rd_mult
(cpi, cm->base_qindex + qindex_delta +
vp9_quantize.c
265
int rdmult =
vp9_compute_rd_mult
(cpi, qindex + cm->y_dc_delta_q);
vp9_rdopt.c
164
int
vp9_compute_rd_mult
(VP9_COMP *cpi, int qindex) {
function
242
cpi->RDMULT =
vp9_compute_rd_mult
(cpi, qindex);
[
all
...]
Completed in 57 milliseconds