HomeSort by relevance Sort by last modified time
    Searched refs:left_pred_buf (Results 1 - 5 of 5) sorted by null

  /external/libaom/libaom/av1/encoder/
ethread.c 422 CHECK_MEM_ERROR(cm, thread_data->td->left_pred_buf,
425 sizeof(*thread_data->td->left_pred_buf)));
550 thread_data->td->mb.left_pred_buf = thread_data->td->left_pred_buf;
block.h 291 uint8_t *left_pred_buf; member in struct:macroblock
encoder.h 599 uint8_t *left_pred_buf; member in struct:ThreadData
    [all...]
rdopt.c 8018 uint8_t *left_pred_buf[MAX_MB_PLANE]; member in struct:__anon26646
    [all...]
encoder.c 548 aom_free(cpi->td.mb.left_pred_buf);
549 cpi->td.mb.left_pred_buf = NULL;
    [all...]

Completed in 326 milliseconds