OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dequant
(Results
51 - 52
of
52
) sorted by null
1
2
3
/external/libvpx/libvpx/vp8/encoder/
pickinter.c
565
unsigned int threshold = (xd->block[0].
dequant
[1]
566
* xd->block[0].
dequant
[1] >>4);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c
186
xd->plane[0].
dequant
= cm->y_dequant[q_index];
189
xd->plane[i].
dequant
= cm->uv_dequant[q_index];
[
all
...]
Completed in 171 milliseconds
1
2
3