OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temporal_update
(Results
1 - 15
of
15
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_seg_common.h
43
uint8_t
temporal_update
;
member in struct:segmentation
vp9_blockd.h
129
uint8_t seg_id_predicted; // valid only when
temporal_update
is enabled
/external/libvpx/libvpx/vp9/common/
vp9_seg_common.h
43
uint8_t
temporal_update
;
member in struct:segmentation
vp9_blockd.h
74
int8_t seg_id_predicted; // valid only when
temporal_update
is enabled
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
265
seg->
temporal_update
= 1;
269
seg->
temporal_update
= 0;
vp9_aq_cyclicrefresh.c
554
// Note: setting
temporal_update
has no effect, as the seg-map coding method
559
// seg->
temporal_update
= 0;
vp9_bitstream.c
254
if (seg->
temporal_update
) {
777
vpx_wb_write_bit(wb, seg->
temporal_update
);
778
if (seg->
temporal_update
) {
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c
285
seg->
temporal_update
= 1;
289
seg->
temporal_update
= 0;
vp9_aq_cyclicrefresh.c
231
// Note: setting
temporal_update
has no effect, as the seg-map coding method
236
// seg->
temporal_update
= 0;
vp9_bitstream.c
245
if (seg->
temporal_update
) {
767
vp9_wb_write_bit(wb, seg->
temporal_update
);
768
if (seg->
temporal_update
) {
[
all
...]
/hardware/intel/common/libva/va/
va_dec_vp9.h
107
/** \brief corresponds to variable
temporal_update
in VP9 code.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c
508
seg->
temporal_update
= vp9_rb_read_bit(rb);
509
if (seg->
temporal_update
) {
[
all
...]
vp9_decodemv.c
136
if (seg->
temporal_update
) {
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
177
if (seg->
temporal_update
) {
vp9_decodeframe.c
[
all
...]
Completed in 520 milliseconds