Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.c81 const int frame_lf_count = in av1_reset_loop_filter_delta() local
83 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.c36 const int frame_lf_count = in update_delta_lf_for_row_mt() local
52 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) in update_delta_lf_for_row_mt()
57 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) in update_delta_lf_for_row_mt()
Dencodeframe.c961 const int frame_lf_count = in update_stats() local
963 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in update_stats()
1493 const int frame_lf_count = av1_num_planes(&cpi->common) > 1 in encode_b() local
1496 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) in encode_b()
4387 const int frame_lf_count = in setup_delta_q() local
4389 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in setup_delta_q()
Dbitstream.c964 const int frame_lf_count = in write_delta_q_params() local
966 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in write_delta_q_params()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c723 const int frame_lf_count = in read_delta_q_params() local
725 for (int lf_id = 0; lf_id < frame_lf_count; ++lf_id) { in read_delta_q_params()