OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:band_translate
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
181
static int get_coef_band(const uint8_t *
band_translate
, int coef_index) {
183
? (COEF_BANDS-1) :
band_translate
[coef_index];
343
const uint8_t **
band_translate
) {
349
*
band_translate
= vp9_coefband_trans_4x4;
355
*
band_translate
= vp9_coefband_trans_8x8plus;
361
*
band_translate
= vp9_coefband_trans_8x8plus;
367
*
band_translate
= vp9_coefband_trans_8x8plus;
/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_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);
vp9_tokenize.c
131
const uint8_t *
band_translate
;
local
143
&scan, &
band_translate
);
147
const int band = get_coef_band(
band_translate
, c);
Completed in 366 milliseconds