Home
last modified time | relevance | path

Searched refs:frame_lf_count (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/
Dblockd.c77 const int frame_lf_count = in av1_reset_loop_filter_delta() local
79 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) xd->delta_lf[lf_id] = 0; in av1_reset_loop_filter_delta()
/external/libaom/libaom/av1/encoder/
Dethread.c51 const int frame_lf_count = in update_delta_lf_for_row_mt() local
67 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) in update_delta_lf_for_row_mt()
72 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) in update_delta_lf_for_row_mt()
Dencodeframe.c1130 const int frame_lf_count = in update_stats() local
1132 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in update_stats()
1588 const int frame_lf_count = in encode_b() local
1590 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) in encode_b()
1613 const int frame_lf_count = in encode_b() local
1615 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in encode_b()
4184 const int frame_lf_count = in setup_delta_q() local
4194 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in setup_delta_q()
Dbitstream.c965 const int frame_lf_count = in write_delta_q_params() local
967 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in write_delta_q_params()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc359 int frame_lf_count = 1; in ReadLoopFilterDelta() local
361 frame_lf_count = kFrameLfCount - (PlaneCount() > 1 ? 0 : 2); in ReadLoopFilterDelta()
364 for (int i = 0; i < frame_lf_count; ++i) { in ReadLoopFilterDelta()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c743 const int frame_lf_count = in read_delta_q_params() local
745 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in read_delta_q_params()