OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seg_dequant
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h
359
memcpy(xd->plane[i].
seg_dequant
, cm->y_dequant, sizeof(cm->y_dequant));
361
memcpy(xd->plane[i].
seg_dequant
, cm->uv_dequant, sizeof(cm->uv_dequant));
vp9_blockd.h
124
int16_t
seg_dequant
[MAX_SEGMENTS][2];
member in struct:macroblockd_plane
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
239
const int16_t *const dequant = pd->
seg_dequant
[seg_id];
Completed in 294 milliseconds