OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:band_translate
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
106
const uint8_t *
band_translate
;
local
109
&scan, &
band_translate
);
119
band = get_coef_band(
band_translate
, c);
130
band = get_coef_band(
band_translate
, c);
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
131
const uint8_t *
band_translate
;
local
143
&scan, &
band_translate
);
147
const int band = get_coef_band(
band_translate
, c);
vp9_encodemb.c
170
const uint8_t *
band_translate
;
local
180
band_translate
= vp9_coefband_trans_4x4;
185
band_translate
= vp9_coefband_trans_8x8plus;
190
band_translate
= vp9_coefband_trans_8x8plus;
195
band_translate
= vp9_coefband_trans_8x8plus;
234
band = get_coef_band(
band_translate
, i + 1);
285
band = get_coef_band(
band_translate
, i + 1);
320
band = get_coef_band(
band_translate
, i + 1);
340
band = get_coef_band(
band_translate
, i + 1);
Completed in 147 milliseconds