Home
last modified time | relevance | path

Searched refs:complexity_map (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_aq_complexity.c37 vpx_memset(cpi->complexity_map, 0, cm->mi_rows * cm->mi_cols); in vp9_setup_in_frame_q_adj()
99 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] = in vp9_select_in_frame_q_segment()
Dvp9_encoder.h422 unsigned char *complexity_map; member
Dvp9_encoder.c170 vpx_free(cpi->complexity_map); in dealloc_compressor_data()
171 cpi->complexity_map = NULL; in dealloc_compressor_data()
790 CHECK_MEM_ERROR(cm, cpi->complexity_map, in vp9_create_compressor()
Dvp9_encodeframe.c796 unsigned char complexity = cpi->complexity_map[mi_offset]; in rd_pick_sb_modes()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_complexity.c37 vpx_memset(cpi->complexity_map, 0, cm->mi_rows * cm->mi_cols); in vp9_setup_in_frame_q_adj()
99 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] = in vp9_select_in_frame_q_segment()
Dvp9_onyx_int.h422 unsigned char *complexity_map; member
Dvp9_onyx_if.c169 vpx_free(cpi->complexity_map); in dealloc_compressor_data()
170 cpi->complexity_map = NULL; in dealloc_compressor_data()
1157 CHECK_MEM_ERROR(cm, cpi->complexity_map, in vp9_create_compressor()
Dvp9_encodeframe.c1046 unsigned char complexity = cpi->complexity_map[mi_offset]; in rd_pick_sb_modes()