Home
last modified time | relevance | path

Searched refs:frame_context (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymode.c1077 if (buf != NULL) buf->frame_context = *cm->fc; in av1_setup_frame_contexts()
1080 cm->buffer_pool->frame_bufs[i].frame_context = *cm->fc; in av1_setup_frame_contexts()
Dav1_common_int.h164 FRAME_CONTEXT frame_context; member
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py1985 frame_context = Frame(frame_editor, borderwidth=0)
1986 context_title = Label(frame_context, text='Max Context Lines :')
1988 frame_context, textvariable=self.context_lines, width=3,
2071 frame_context.pack(side=TOP, padx=5, pady=0, fill=X)
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c5171 *cm->fc = get_primary_ref_frame_buf(cm)->frame_context; in av1_decode_frame_headers_and_setup()
5324 cm->cur_frame->frame_context = *cm->fc; in av1_decode_tg_tiles_and_wrapup()
/external/libaom/libaom/av1/encoder/
Dencoder.c634 *cm->fc = primary_ref_buf->frame_context; in setup_frame()
6499 cm->cur_frame->frame_context = *cm->fc; in encode_frame_to_data_rate()